Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1617 Value *MathOV = Builder.CreateBinaryIntrinsic(IID, Arg0, Arg1); in replaceMathCmpWithIntrinsic() local
1619 Value *Math = Builder.CreateExtractValue(MathOV, 0, "math"); in replaceMathCmpWithIntrinsic()
1624 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic()