/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | NoFolder.h | 229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 230 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | ConstantFolder.h | 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | TargetFolder.h | 196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | IRBuilder.h | 964 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 969 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 970 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/include/llvm/ |
D | InstrTypes.h | 449 static CastInst *CreateSExtOrBitCast( 457 static CastInst *CreateSExtOrBitCast(
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { 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/lib/VMCore/ |
D | Instructions.cpp | 2310 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
|
D | Core.cpp | 2128 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/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/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 2674 CastInst::CreateSExtOrBitCast(OldArg, NewArgTy, "", CI); in transOCLAllAny()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 1061 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 2202 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2412 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|