reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3680 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { 3681 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); 3681 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); 3687 --ConstLowerBound; 3695 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); 3711 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound);