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 606 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
608 if (!TrueC || !True.getValueType().isInteger())
617 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1020 milliseconds