Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DNoFolder.h229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
230 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DTargetFolder.h196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DIRBuilder.h964 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
969 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
970 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DNoFolder.h284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
285 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DInstrTypes.h652 static CastInst *CreateSExtOrBitCast(
660 static CastInst *CreateSExtOrBitCast(
DIRBuilder.h1648 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1653 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1654 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/llvm/include/llvm/IR/
DNoFolder.h242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
243 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DInstrTypes.h626 static CastInst *CreateSExtOrBitCast(
634 static CastInst *CreateSExtOrBitCast(
DIRBuilder.h1343 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1348 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1349 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc84 llvm::Value* start_index0 = b->CreateSExtOrBitCast( in EmitDynamicUpdateSliceInPlaceImpl()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h449 static CastInst *CreateSExtOrBitCast(
457 static CastInst *CreateSExtOrBitCast(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1532 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2310 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2318 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
DCore.cpp2128 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1632 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2521 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2529 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
/external/llvm/lib/IR/
DInstructions.cpp2706 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
DCore.cpp2915 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp2674 CastInst::CreateSExtOrBitCast(OldArg, NewArgTy, "", CI); in transOCLAllAny()
/external/llvm/bindings/go/llvm/
Dir.go1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func

12