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

Declarations

include/llvm/IR/InstrTypes.h
  552   static CastInst *CreateBitOrPointerCast(

References

lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  152             CastInst::CreateBitOrPointerCast(AI, ParamType, "cast");
  192           CastInst::CreateBitOrPointerCast(Call, RtnType, "cast");
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4654       NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
lib/Transforms/InstCombine/InstCombinePHI.cpp
  208     return CastInst::CreateBitOrPointerCast(MatchingPtrPHI,
  260       CI = CastInst::CreateBitOrPointerCast(IncomingVal, IntToPtr->getType(),
  277   return CastInst::CreateBitOrPointerCast(NewPtrPHI,
lib/Transforms/InstCombine/InstCombineSelect.cpp
 1902   return CastInst::CreateBitOrPointerCast(NewSel, Sel.getType());
lib/Transforms/Scalar/JumpThreading.cpp
 1335       AvailableVal = CastInst::CreateBitOrPointerCast(
 1511       PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "",
lib/Transforms/Utils/CallPromotionUtils.cpp
  179   auto *Cast = CastInst::CreateBitOrPointerCast(CS.getInstruction(), RetTy, "",
  408       auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "",
unittests/Analysis/ScalarEvolutionTest.cpp
  181       CastInst::CreateBitOrPointerCast(Gep0, I8PtrTy, "bitcast1", Br);
  190       CastInst::CreateBitOrPointerCast(Sel, I32PtrTy, "bitcast2", Br);