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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 5054 // IntToPtrInst Class
5058 class IntToPtrInst : public CastInst {
5064 IntToPtrInst(
5072 IntToPtrInst(
5079 /// Clone an identical IntToPtrInst.
5080 IntToPtrInst *cloneImpl() const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2961 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertBefore);
2983 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd);
3549 IntToPtrInst::IntToPtrInst(
3555 IntToPtrInst::IntToPtrInst(
4436 IntToPtrInst *IntToPtrInst::cloneImpl() const {
4437 return new IntToPtrInst(getOperand(0), getType());

Completed in 21 milliseconds