Searched refs:getFCmpValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 163 static Value *getFCmpValue(bool isordered, unsigned code, in getFCmpValue() function 1025 return getFCmpValue(true, Op1Pred, Op0LHS, Op0RHS, Builder); in FoldAndOfFCmps() 1718 return getFCmpValue(Op0Ordered, Op0Pred|Op1Pred, Op0LHS, Op0RHS, Builder); in FoldOrOfFCmps()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 81 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue() function 1119 return getFCmpValue(getFCmpCode(Op0CC) & getFCmpCode(Op1CC), Op0LHS, Op0RHS, in FoldAndOfFCmps() 2031 return getFCmpValue(getFCmpCode(Op0CC) | getFCmpCode(Op1CC), Op0LHS, Op0RHS, in FoldOrOfFCmps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 66 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue() function 1115 return getFCmpValue(NewPred, LHS0, LHS1, Builder); in foldLogicOfFCmps()
|