/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function 262 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | IRBuilderFolder.h | 110 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
|
D | ConstantFolder.h | 227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
D | InstrTypes.h | 492 static CastInst *CreateSExtOrBitCast( 500 static CastInst *CreateSExtOrBitCast(
|
D | IRBuilder.h | 2098 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 2103 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 2104 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 243 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | ConstantFolder.h | 189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | InstrTypes.h | 626 static CastInst *CreateSExtOrBitCast( 634 static CastInst *CreateSExtOrBitCast(
|
D | IRBuilder.h | 1343 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 1348 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 1349 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 287 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 288 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | ConstantFolder.h | 223 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | InstrTypes.h | 499 static CastInst *CreateSExtOrBitCast( 507 static CastInst *CreateSExtOrBitCast(
|
D | IRBuilder.h | 2120 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 2125 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 2126 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | dynamic_update_slice_util.cc | 138 llvm::Value* start_index0 = b->CreateSExtOrBitCast( in EmitDynamicUpdateSliceInPlaceImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 206 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1532 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2799 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 2807 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2706 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 2714 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
D | Core.cpp | 2915 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1743 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 2985 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 2993 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1775 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|