Home
last modified time | relevance | path

Searched defs:CreatePtrToInt (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
DNoFolder.h236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h195 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h212 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
DNoFolder.h276 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/external/llvm/bindings/go/llvm/
Dir.go1581 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1648 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func