Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1426 Value *MathOV = Builder.CreateBinaryIntrinsic(IID, Arg0, Arg1); in replaceMathCmpWithIntrinsic() local
1428 Value *Math = Builder.CreateExtractValue(MathOV, 0, "math"); in replaceMathCmpWithIntrinsic()
1433 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic()