Home
last modified time | relevance | path

Searched refs:ConstD (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBranchProbability.cpp68 template <uint32_t ConstD>
70 if (ConstD > 0) in scale()
71 D = ConstD; in scale()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1322 ConstantInt *ConstD = D->getValue(); in computeSafeIterationSpace() local
1323 if (!(ConstD->isMinusOne() || ConstD->isOne())) in computeSafeIterationSpace()