Searched defs:FoldOrOfICmps (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1556 /// FoldOrOfICmps - Fold (icmp)|(icmp) if possible.
1557 Value *InstCombiner::FoldOrOfICmps(ICmpInst *LHS, ICmpInst *RHS) { function in class:InstCombiner
2141 if (Value *Res = FoldOrOfICmps(LHS, RHS))
2172 if (Value *Res = FoldOrOfICmps(LHS, RHS))

Completed in 80 milliseconds