Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h215 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
H A DNoFolder.h249 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h201 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1757 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func