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

Declarations

include/llvm/IR/InstrTypes.h
  483   static CastInst *CreateZExtOrBitCast(

References

include/llvm/IR/IRBuilder.h
 1995     return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
include/llvm/IR/NoFolder.h
  284     return CastInst::CreateZExtOrBitCast(C, DestTy);
lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1743         return CastInst::CreateZExtOrBitCast(X, I.getType());
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  988     return CastInst::CreateZExtOrBitCast(Cmp, Ty);
  993     return CastInst::CreateZExtOrBitCast(Cmp, Ty);
 1372     return CastInst::CreateZExtOrBitCast(Builder.CreateICmpNE(Op1, Op0), Ty);
lib/Transforms/InstCombine/InstCombinePHI.cpp
  718   return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType());
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  732       CastInst::CreateZExtOrBitCast(Base, SDI->getType(), SDI->getName(), SDI);