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

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 583 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
585 if (!TrueC || !True.getValueType().isInteger())
594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
    [all...]

Completed in 83 milliseconds