Lines Matching refs:Function
22 #include "llvm/Function.h"
182 /// constantexprs, this function is recursive.
730 /// this function can only fail when attempting to fold instructions like loads
810 /// returned, if not, null is returned. Note that this function can fail when
814 /// TODO: This function neither utilizes nor preserves nsw/nuw/inbounds/etc
816 /// folding using this function
835 if (Function *F = dyn_cast<Function>(Ops.back()))
1043 /// the specified function.
1045 llvm::canConstantFoldCallTo(const Function *F) {
1168 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
1171 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands) {