Lines Matching refs:Function
26 #include "llvm/Function.h"
384 // The result shall only be used as the operand for the function call
432 llvm::Function *Trap = CGF.CGM.getIntrinsic(llvm::Intrinsic::trap);
1036 // handle things like function to ptr-to-function decay etc.
1142 // function pointers on Itanium and ARM).
1248 // TODO: kill this function off, inline appropriate case here
1344 // Arithmetic on function pointers (!) is just +-1.
1730 llvm::Function::iterator insertPt = Builder.GetInsertBlock();
1764 llvm::Function::iterator insertPt = Builder.GetInsertBlock();
1827 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy);
1835 llvm::Function::iterator insertPt = initialBB;
1953 // Explicitly handle GNU void* and function pointer arithmetic extensions. The
2049 // function pointer types.
2228 llvm::Function *F = CGF.CGM.getIntrinsic(ID);
2521 // the select function.