Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h124 Value *FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
DInstCombineAndOrXor.cpp962 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps() function in InstCombiner
1221 if (Value *Res = FoldAndOfFCmps(LHS, RHS)) in visitAnd()
1252 if (Value *Res = FoldAndOfFCmps(LHS, RHS)) in visitAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h251 Value *FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS);
DInstCombineAndOrXor.cpp1098 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps() function in InstCombiner
1272 Value *Res = LogicOpc == Instruction::And ? FoldAndOfFCmps(FCmp0, FCmp1) in foldCastedBitwiseLogic()
1542 if (Value *Res = FoldAndOfFCmps(LHS, RHS)) in visitAnd()