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 148 Value *FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS);
InstCombineAndOrXor.cpp 790 /// FoldAndOfICmps - Fold (icmp)&(icmp) if possible.
791 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) {
    [all...]

Completed in 395 milliseconds