Lines Matching refs:Function
27 #include "llvm/IR/Function.h"
381 // The result shall only be used as the operand for the function call
1186 // handle things like function to ptr-to-function decay etc.
1304 // function pointers on Itanium and ARM).
1394 // TODO: kill this function off, inline appropriate case here
1552 // Arithmetic on function pointers (!) is just +-1.
2130 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy);
2151 llvm::Function::iterator insertPt = initialBB;
2269 // Explicitly handle GNU void* and function pointer arithmetic extensions. The
2321 // Does NOT check the type of the operation - it's assumed that this function
2459 // function pointer types.
2669 llvm::Function *F = CGF.CGM.getIntrinsic(ID);
2990 // the select function.