Home
last modified time | relevance | path

Searched defs:CreateIntCast (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h198 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
DNoFolder.h262 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm-project/llvm/include/llvm/IR/
DNoFolder.h236 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
DConstantFolder.h202 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm/include/llvm/IR/
DConstantFolder.h169 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
DNoFolder.h222 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h176 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h174 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h182 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1799 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1629 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func