Home
last modified time | relevance | path

Searched defs:CreateSExtOrBitCast (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DConstantFolder.h227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
DNoFolder.h261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/external/llvm/include/llvm/IR/
DConstantFolder.h189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DNoFolder.h242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h223 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DNoFolder.h287 Instruction *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-project/llvm/include/llvm/Analysis/
DTargetFolder.h212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h206 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/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
/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
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp2985 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-project/llvm/bindings/go/llvm/
Dir.go1775 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func