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