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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 579 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
588 if (!FalseC)
593 if (!FalseC->getZExtValue()) {
617 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
648 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse);
649 if (!FalseC || FalseC->getZExtValue())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 277 milliseconds