Searched refs:CastItem (Results 1 – 2 of 2) sorted by relevance
1403 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType() local1404 Address ValCastItem = CastItem.withElementType(Val->getType()); in castValueToType()1408 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()
2255 Value *CastItem = Builder.CreateAlloca(ToType); in castValueToType() local2259 CastItem, FromType->getPointerTo()); in castValueToType()2261 return Builder.CreateLoad(ToType, CastItem); in castValueToType()