HomeSort by: relevance | last modified time | path
    Searched defs:PtrToIntInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 5097 // PtrToIntInst Class
5101 class PtrToIntInst : public CastInst {
5106 /// Clone an identical PtrToIntInst.
5107 PtrToIntInst *cloneImpl() const;
5111 PtrToIntInst(
5119 PtrToIntInst(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2960 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2982 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
3537 PtrToIntInst::PtrToIntInst(
3543 PtrToIntInst::PtrToIntInst(
4432 PtrToIntInst *PtrToIntInst::cloneImpl() const {
4433 return new PtrToIntInst(getOperand(0), getType());

Completed in 77 milliseconds