Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp868 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()
DInstCombineInternal.h250 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h123 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
DInstCombineAndOrXor.cpp718 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()