Searched refs:foldLogicOfFCmps (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1086 Value *InstCombiner::foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in foldLogicOfFCmps() function in InstCombiner 1275 if (Value *R = foldLogicOfFCmps(FCmp0, FCmp1, LogicOpc == Instruction::And)) in foldCastedBitwiseLogic() 1620 if (Value *Res = foldLogicOfFCmps(LHS, RHS, true)) in visitAnd() 2235 if (Value *Res = foldLogicOfFCmps(LHS, RHS, false)) in visitOr()
|
D | InstCombineInternal.h | 552 Value *foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd);
|