Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LoadTy

408 Constant *FoldReinterpretLoadFromConstPtr(Constant *C, Type *LoadTy,
411 auto *IntType = dyn_cast<IntegerType>(LoadTy);
422 if (LoadTy->isHalfTy())
424 else if (LoadTy->isFloatTy())
426 else if (LoadTy->isDoubleTy())
428 else if (LoadTy->isVectorTy()) {
430 DL.getTypeAllocSizeInBits(LoadTy));
436 return FoldBitCast(Res, LoadTy, DL);