Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp882 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps() function in InstCombiner
1417 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd()
1425 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd()
1428 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd()
1433 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd()
1436 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd()
1468 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd()
DInstCombineInternal.h254 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);