Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1534 Value *MathOV = Builder.CreateBinaryIntrinsic(IID, Arg0, Arg1); in replaceMathCmpWithIntrinsic() local
1536 Value *Math = Builder.CreateExtractValue(MathOV, 0, "math"); in replaceMathCmpWithIntrinsic()
1541 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic()