Home
last modified time | relevance | path

Searched refs:CreateSExtOrBitCast (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h563 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h2150 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, const Twine &Name = "") {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3004 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp4143 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1089 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()