reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/VNCoercion.cpp
   71       StoredVal = Helper.CreateBitCast(StoredVal, LoadedTy);
   84         StoredVal = Helper.CreateBitCast(StoredVal, TypeToCastTo);
  112     StoredVal = Helper.CreateBitCast(StoredVal, StoredValTy);
  134       StoredVal = Helper.CreateBitCast(StoredVal, LoadedTy);
  365     SrcVal = Helper.CreateBitCast(SrcVal, IntegerType::get(Ctx, StoreSize * 8));