Searched refs:MathOV (Results 1 – 1 of 1) sorted by relevance
1617 Value *MathOV = Builder.CreateBinaryIntrinsic(IID, Arg0, Arg1); in replaceMathCmpWithIntrinsic() local1619 Value *Math = Builder.CreateExtractValue(MathOV, 0, "math"); in replaceMathCmpWithIntrinsic()1624 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic()