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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 556 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
565 if (!FalseC)
570 if (!FalseC->getZExtValue()) {
594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 145 milliseconds