Home
last modified time | relevance | path

Searched defs:PtrToInt (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h482 friend class PtrToInt; variable
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml194 | PtrToInt Constructor
H A Dllvm.mli252 | PtrToInt Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1547 Value *PtrToInt = Builder->CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go215 PtrToInt Opcode = C.LLVMPtrToInt const