Lines Matching defs:ConstLength
4538 llvm::APSInt ConstLength;
4542 ConstLength = CL->zextOrTrunc(PointerWidthInBits);
4555 --ConstLength;
4571 : llvm::ConstantInt::get(IntPtrTy, ConstLength);
4581 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound);
4590 ConstLength = *L;
4596 ConstLength = CAT->getSize();
4606 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits);
4607 --ConstLength;
4608 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength);