Home
last modified time | relevance | path

Searched defs:CreateIntToPtr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
DNoFolder.h233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h211 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
DNoFolder.h275 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h195 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/external/llvm/bindings/go/llvm/
Dir.go1587 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func