Lines Matching defs:IRB
484 IRBuilder<> IRB(&LI);
485 IRB.SetCurrentDebugLocation(LI.getDebugLoc());
490 auto *NewPtr = IRB.CreateConstGEP1_64(
491 IRB.getInt8Ty(),
492 IRB.CreateAddrSpaceCast(Base, LI.getPointerOperand()->getType()),
495 LoadInst *NewLd = IRB.CreateAlignedLoad(IRB.getInt32Ty(), NewPtr, Align(4));
500 auto *NewVal = IRB.CreateBitCast(
501 IRB.CreateTrunc(IRB.CreateLShr(NewLd, ShAmt), IntNTy), LI.getType());