Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ConstLength

3947     llvm::APSInt ConstLength;
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits);
3963 --ConstLength;
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength);
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound);
3998 ConstLength = *L;
4003 ConstLength = CAT->getSize();
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits);
4014 --ConstLength;
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength);