Lines Matching defs:ConstLength
4443 llvm::APSInt ConstLength;
4447 ConstLength = CL->zextOrTrunc(PointerWidthInBits);
4460 --ConstLength;
4476 : llvm::ConstantInt::get(IntPtrTy, ConstLength);
4486 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound);
4495 ConstLength = *L;
4501 ConstLength = CAT->getSize();
4511 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits);
4512 --ConstLength;
4513 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength);