Searched defs:CreatePtrToInt (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 215 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | NoFolder.h | 279 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 253 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
D | ConstantFolder.h | 219 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
D | NoFolder.h | 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 198 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 204 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1751 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1581 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func
|