Lines Matching refs:LowerBound
4431 if (auto *LowerBound = E->getLowerBound()) { in EmitArraySectionExpr() local
4433 EmitScalarExpr(LowerBound), IntPtrTy, in EmitArraySectionExpr()
4434 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
4450 auto *LowerBound = E->getLowerBound(); in EmitArraySectionExpr() local
4452 if (LowerBound) { in EmitArraySectionExpr()
4454 LowerBound->getIntegerConstantExpr(C)) { in EmitArraySectionExpr()
4456 LowerBound = nullptr; in EmitArraySectionExpr()
4461 else if (!LowerBound) in EmitArraySectionExpr()
4464 if (Length || LowerBound) { in EmitArraySectionExpr()
4466 LowerBound in EmitArraySectionExpr()
4468 EmitScalarExpr(LowerBound), IntPtrTy, in EmitArraySectionExpr()
4469 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()
4480 if (Length && LowerBound) { in EmitArraySectionExpr()