reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3674 if (Length->isIntegerConstantExpr(ConstLength, C)) { 3675 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); 3675 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); 3685 --ConstLength; 3701 : llvm::ConstantInt::get(IntPtrTy, ConstLength); 3711 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); 3719 if (Length->isIntegerConstantExpr(ConstLength, C)) 3723 ConstLength = CAT->getSize(); 3733 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); 3733 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); 3734 --ConstLength; 3735 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength);