Lines Matching refs:LowerBound
2849 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
2851 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
2852 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
2868 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
2870 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
2872 LowerBound = nullptr; in EmitOMPArraySectionExpr()
2876 else if (!LowerBound) in EmitOMPArraySectionExpr()
2879 if (Length || LowerBound) { in EmitOMPArraySectionExpr()
2881 LowerBound in EmitOMPArraySectionExpr()
2883 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
2884 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
2895 if (Length && LowerBound) { in EmitOMPArraySectionExpr()