Searched refs:FoldAndOfICmps (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 868 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps() function in InstCombiner 1260 Value *Res = LogicOpc == Instruction::And ? FoldAndOfICmps(ICmp0, ICmp1) in foldCastedBitwiseLogic() 1515 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd() 1523 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd() 1526 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd() 1531 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd() 1534 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd()
|
D | InstCombineInternal.h | 250 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 123 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
|
D | InstCombineAndOrXor.cpp | 718 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps() function in InstCombiner 1215 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd() 1245 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd()
|