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

Declarations

include/llvm/IR/InstrTypes.h
  539   static CastInst *CreatePointerBitCastOrAddrSpaceCast(

References

include/llvm/IR/IRBuilder.h
 2044     return Insert(CastInst::CreatePointerBitCastOrAddrSpaceCast(V, DestTy),
lib/IR/Instructions.cpp
 2871   return CreatePointerBitCastOrAddrSpaceCast(S, Ty, Name, InsertBefore);
lib/Transforms/InstCombine/InstructionCombining.cpp
 1951           return CastInst::CreatePointerBitCastOrAddrSpaceCast(Y, GEPType);
 2048         return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, GEPType);
 2084             return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP,
 2127             return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP,