Home
last modified time | relevance | path

Searched refs:FnExpect (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2867 llvm::Function *FnExpect = in emitCondLikelihoodViaExpectIntrinsic() local
2871 return Builder.CreateCall(FnExpect, {Cond, ExpectedValueOfCond}, in emitCondLikelihoodViaExpectIntrinsic()
H A DCGBuiltin.cpp2769 Function *FnExpect = CGM.getIntrinsic(Intrinsic::expect, ArgType); in EmitBuiltinExpr() local
2771 Builder.CreateCall(FnExpect, {ArgValue, ExpectedValue}, "expval"); in EmitBuiltinExpr()
2795 Function *FnExpect = in EmitBuiltinExpr() local
2798 FnExpect, {ArgValue, ExpectedValue, Confidence}, "expval"); in EmitBuiltinExpr()