Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IdxSigned

2299   bool IdxSigned = IdxTy->isSignedIntegerOrEnumerationType();
2316 Idx = Builder.CreateIntCast(Idx, IntPtrTy, IdxSigned, "idxprom");