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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 36 COND_BE = 3,
X86InstrInfo.cpp     [all...]
X86FastISel.cpp 222 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break;
235 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break;
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 175 milliseconds