HomeSort by relevance Sort by last modified time
    Searched refs:FoldAndOfICmps (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 127 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
InstCombineAndOrXor.cpp 709 /// FoldAndOfICmps - Fold (icmp)&(icmp) if possible.
710 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) {
    [all...]

Completed in 323 milliseconds