Home
last modified time | relevance | path

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

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