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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 91 Instruction *user_back() { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
Instruction.h 91 Instruction *user_back() { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
92 const Instruction *user_back() const { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
Value.h 420 User *user_back() { function
424 const User *user_back() const { function
Value.h 420 User *user_back() { function
424 const User *user_back() const { function

Completed in 83 milliseconds