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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp 593 ConstantInt *TrueC = ConstantInt::getTrue(Ty->getContext());
595 return ConstantVector::getSplat(VTy->getNumElements(), TrueC);
596 return TrueC;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 621 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
623 if (!TrueC || !True.getValueType().isInteger())
632 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp 716 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
718 if (!TrueC || !True.getValueType().isInteger())
727 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
    [all...]

Completed in 324 milliseconds