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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 598 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
607 if (!FalseC)
612 if (!FalseC->getZExtValue()) {
636 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
667 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse);
668 if (!FalseC || FalseC->getZExtValue())
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 433 milliseconds