reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4706   FunctionType *NestFTy = NestF->getFunctionType();
 4708   AttributeList NestAttrs = NestF->getAttributes();
 4796         NestF->getType() == PointerType::getUnqual(NewFTy) ?
 4797         NestF : ConstantExpr::getBitCast(NestF,
 4797         NestF : ConstantExpr::getBitCast(NestF,
 4836   Constant *NewCallee = ConstantExpr::getBitCast(NestF, CalleeTy);