Searched refs:ConstD (Results 1 – 3 of 3) sorted by relevance
65 template <uint32_t ConstD>67 if (ConstD > 0) in scale()68 D = ConstD; in scale()
68 template <uint32_t ConstD>70 if (ConstD > 0) in scale()71 D = ConstD; in scale()
1322 ConstantInt *ConstD = D->getValue(); in computeSafeIterationSpace() local1323 if (!(ConstD->isMinusOne() || ConstD->isOne())) in computeSafeIterationSpace()