reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3672 if (Length) { 3674 if (Length->isIntegerConstantExpr(ConstLength, C)) { 3676 Length = nullptr; 3684 if (!Length) 3689 if (Length || LowerBound) { 3697 Length 3699 EmitScalarExpr(Length), IntPtrTy, 3700 Length->getType()->hasSignedIntegerRepresentation()) 3705 if (Length && LowerBound) { 3718 Length = VAT->getSizeExpr(); 3719 if (Length->isIntegerConstantExpr(ConstLength, C)) 3720 Length = nullptr; 3725 if (Length) { 3727 EmitScalarExpr(Length), IntPtrTy, 3728 Length->getType()->hasSignedIntegerRepresentation());