Home
last modified time | relevance | path

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

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