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 53 /// user_back - Specialize the methods defined in Value, as we know that an
55 Instruction *user_back() { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
56 const Instruction *user_back() const { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
Value.h 346 User *user_back() { function
350 const User *user_back() const { function

Completed in 73 milliseconds