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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 50 case ICmpInst::ICMP_SGE: return SPF_SMAX;
69 case ICmpInst::ICMP_SLE: return SPF_SMAX;
696 if ((SPF1 == SPF_SMIN && SPF2 == SPF_SMAX) ||
697 (SPF1 == SPF_SMAX && SPF2 == SPF_SMIN) ||
714 (SPF1 == SPF_SMAX && ACB.sge(ACC)))
722 (SPF1 == SPF_SMAX && ACB.slt(ACC))) {
    [all...]
InstCombine.h 39 SPF_SMAX,

Completed in 62 milliseconds