Searched refs:getFCmpValue (Results 1 – 3 of 3) sorted by relevance
/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-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 65 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue() function 1389 return getFCmpValue(NewPred, LHS0, LHS1, Builder); in foldLogicOfFCmps()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 67 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue() function 1377 return getFCmpValue(NewPred, LHS0, LHS1, Builder); in foldLogicOfFCmps()
|