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

Declarations

include/llvm/IR/InstrTypes.h
  499   static CastInst *CreateSExtOrBitCast(

References

include/llvm/IR/IRBuilder.h
 2004     return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
include/llvm/IR/NoFolder.h
  288     return CastInst::CreateSExtOrBitCast(C, DestTy);
lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1736         return CastInst::CreateSExtOrBitCast(X, I.getType());