HomeSort by relevance Sort by last modified time
    Searched defs:user_back (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 48 /// user_back - Specialize the methods defined in Value, as we know that an
50 Instruction *user_back() { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
51 const Instruction *user_back() const { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
Value.h 264 User *user_back() { return *user_begin(); } function in class:llvm::Value
265 const User *user_back() const { return *user_begin(); } function in class:llvm::Value

Completed in 73 milliseconds