Home
last modified time | relevance | path

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/
DNoFolder.h287 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
288 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h223 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DInstrTypes.h499 static CastInst *CreateSExtOrBitCast(
507 static CastInst *CreateSExtOrBitCast(
DIRBuilder.h2120 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/
DTargetFolder.h206 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/
DInstructions.cpp2799 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
DCore.cpp3778 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/
DInstCombineAddSub.cpp1743 return CastInst::CreateSExtOrBitCast(X, I.getType()); in visitSub()