Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IdxSigned

1828       bool IdxSigned = IdxExpr->getType()->isSignedIntegerOrEnumerationType();
1829 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");