HomeSort by relevance Sort by last modified time
    Searched refs:getAPInt (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 499 APInt Xtop = C1B2_C2B1->getAPInt();
500 APInt Xbot = A1B2_A2B1->getAPInt();
501 APInt Ytop = C1A2_C2A1->getAPInt();
502 APInt Ybot = A2B1_A1B2->getAPInt();
526 const APInt &UpperBound = CUB->getAPInt();
    [all...]
ScalarEvolution.cpp 299 return SC->getAPInt().isNegative();
538 const APInt &LA = LC->getAPInt();
539 const APInt &RA = RC->getAPInt();
765 APInt NumeratorVal = Numerator->getAPInt();
766 APInt DenominatorVal = D->getAPInt();
    [all...]
ScalarEvolutionExpander.cpp 247 ConstantInt::get(SE.getContext(), C->getAPInt().sdiv(FC->getAPInt()));
255 Remainder, SE.getConstant(C->getAPInt().srem(FC->getAPInt())));
268 if (!C->getAPInt().srem(FC->getAPInt())) {
270 NewMulOps[0] = SE.getConstant(C->getAPInt().sdiv(FC->getAPInt()));
787 const APInt &RHS = SC->getAPInt();
    [all...]
VectorUtils.cpp 194 const APInt &APStepVal = cast<SCEVConstant>(M->getOperand(0))->getAPInt();
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 146 unsigned AbsStride = std::abs(ConstStride->getAPInt().getSExtValue());
LoopIdiomRecognize.cpp 252 if (BECst->getAPInt() == 0)
291 return ConstStride->getAPInt();
677 APInt Stride = ConstStride->getAPInt();
    [all...]
LoopStrengthReduce.cpp 547 const APInt &RA = RC->getAPInt();
561 const APInt &LA = C->getAPInt();
562 const APInt &RA = RC->getAPInt();
626 if (C->getAPInt().getMinSignedBits() <= 64) {
    [all...]
AlignmentFromAssumptions.cpp 245 unsigned TrailingOnes = MaskSCEV->getAPInt().countTrailingOnes();
LoopLoadElimination.cpp 94 const APInt &Val = Dist->getAPInt();
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 44 const APInt &getAPInt() const { return getValue()->getValue(); }
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 121 milliseconds