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

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 350 const DataLayout *DL, bool isEQ, unsigned &UsedICmps) {
360 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
394 if (!isEQ)
409 // Otherwise, we can only handle an | or &, depending on isEQ.
410 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And))
416 isEQ, UsedICmps)) {
420 isEQ, UsedICmps)) {
445 isEQ, UsedICmps))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 99 milliseconds