Home
last modified time | relevance | path

Searched refs:foldAndOfICmps (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp902 Value *InstCombiner::foldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS, in foldAndOfICmps() function in InstCombiner
1263 Value *Res = LogicOpc == Instruction::And ? foldAndOfICmps(ICmp0, ICmp1, I) in foldCastedBitwiseLogic()
1594 if (Value *Res = foldAndOfICmps(LHS, RHS, I)) in visitAnd()
1602 if (Value *Res = foldAndOfICmps(LHS, Cmp, I)) in visitAnd()
1605 if (Value *Res = foldAndOfICmps(LHS, Cmp, I)) in visitAnd()
1610 if (Value *Res = foldAndOfICmps(Cmp, RHS, I)) in visitAnd()
1613 if (Value *Res = foldAndOfICmps(Cmp, RHS, I)) in visitAnd()
DInstCombineInternal.h545 Value *foldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS, Instruction &CxtI);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dand-or-icmps.ll203 ; we'd get into foldAndOfICmps() without running InstSimplify