Home
last modified time | relevance | path

Searched refs:ConstD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DBranchProbability.cpp65 template <uint32_t ConstD>
67 if (ConstD > 0) in scale()
68 D = ConstD; in scale()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1352 ConstantInt *ConstD = D->getValue(); in computeSafeIterationSpace() local
1353 if (!(ConstD->isMinusOne() || ConstD->isOne())) in computeSafeIterationSpace()