Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
262 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DIRBuilderFolder.h110 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DInstrTypes.h490 static CastInst *CreateSExtOrBitCast(
498 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h2132 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
2137 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
2138 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3026 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
3034 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp3849 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1065 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()