Searched refs:IndVarTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp693 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); local
768 ConstantInt *One = ConstantInt::get(IndVarTy, 1);
829 .expandCodeFor(IndVarStart, IndVarTy, &*Preheader->rbegin());

Completed in 86 milliseconds