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

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

Completed in 167 milliseconds