Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DNoFolder.h284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
285 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DConstantFolder.h220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
H A DInstrTypes.h413 static CastInst *CreateSExtOrBitCast(
421 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h1751 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1756 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1757 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1510 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2633 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2641 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp3580 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1036 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()