Lines Matching refs:LowerBound
4385 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
4387 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
4388 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
4404 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
4406 if (LowerBound) { in EmitOMPArraySectionExpr()
4408 LowerBound->getIntegerConstantExpr(C)) { in EmitOMPArraySectionExpr()
4410 LowerBound = nullptr; in EmitOMPArraySectionExpr()
4415 else if (!LowerBound) in EmitOMPArraySectionExpr()
4418 if (Length || LowerBound) { in EmitOMPArraySectionExpr()
4420 LowerBound in EmitOMPArraySectionExpr()
4422 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
4423 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
4434 if (Length && LowerBound) { in EmitOMPArraySectionExpr()