Lines Matching refs:LowerBound
3051 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
3053 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
3054 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3070 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
3072 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3074 LowerBound = nullptr; in EmitOMPArraySectionExpr()
3078 else if (!LowerBound) in EmitOMPArraySectionExpr()
3081 if (Length || LowerBound) { in EmitOMPArraySectionExpr()
3083 LowerBound in EmitOMPArraySectionExpr()
3085 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr()
3086 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3097 if (Length && LowerBound) { in EmitOMPArraySectionExpr()