Searched refs:CreateSExtOrBitCast (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 153 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function 154 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
| H A D | IRBuilderFolder.h | 89 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
|
| H A D | ConstantFolder.h | 216 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
| H A D | InstrTypes.h | 488 static CastInst *CreateSExtOrBitCast( 496 static CastInst *CreateSExtOrBitCast(
|
| H A D | IRBuilder.h | 2027 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 2032 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 2033 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 155 Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function 158 return ConstFolder.CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
| H A D | TargetFolder.h | 224 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3414 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 3422 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
| H A D | Core.cpp | 3765 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1085 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2463 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|