Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h179 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
H A DNoFolder.h232 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h192 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1579 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func