reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 FunctionType *getFunctionType() const;
176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {}
lib/IR/ConstantsContext.h429 FTy(Asm->getFunctionType()), HasSideEffects(Asm->hasSideEffects()), 445 FTy == Asm->getFunctionType();lib/IR/InlineAsm.cpp
38 assert(Verify(getFunctionType(), constraints) &&
lib/Transforms/Utils/FunctionComparator.cpp699 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) 699 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) 711 assert(L->getFunctionType() != R->getFunctionType()); 711 assert(L->getFunctionType() != R->getFunctionType());lib/Transforms/Utils/ValueMapper.cpp
366 FunctionType *NewTy = IA->getFunctionType(); 370 if (NewTy != IA->getFunctionType())