Searched refs:CreateSExtOrBitCast (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 285 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
| H A D | ConstantFolder.h | 220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
| H A D | InstrTypes.h | 413 static CastInst *CreateSExtOrBitCast( 421 static CastInst *CreateSExtOrBitCast(
|
| H A D | IRBuilder.h | 1751 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 D | TargetFolder.h | 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1510 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2633 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 D | Core.cpp | 3580 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1036 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|