Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Ctx

1134   LLVMContext &Ctx = SrcVal->getType()->getContext();
1147 SrcVal = Builder.CreateBitCast(SrcVal, IntegerType::get(Ctx, StoreSize*8));
1160 SrcVal = Builder.CreateTrunc(SrcVal, IntegerType::get(Ctx, LoadSize*8));
1233 LLVMContext &Ctx = LoadTy->getContext();
1245 Val = Builder.CreateZExt(Val, IntegerType::get(Ctx, LoadSize*8));