Searched refs:CreateSExtOrBitCast (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/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);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 206 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
/third_party/skia/third_party/externals/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
|
D | Core.cpp | 3778 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1743 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()
|