HomeSort by relevance Sort by last modified time
    Searched refs:value_use_iterator (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Use.h 168 class value_use_iterator : public std::iterator<std::forward_iterator_tag, class in namespace:llvm
171 typedef value_use_iterator<UserTy> _Self;
174 explicit value_use_iterator(Use *u) : U(u) {} function in class:llvm::value_use_iterator
180 value_use_iterator() {} function in class:llvm::value_use_iterator
Value.h 143 typedef value_use_iterator<User> use_iterator;
144 typedef value_use_iterator<const User> const_use_iterator;
User.h 197 // value_use_iterator::getOperandNo - Requires the definition of the User class.
199 unsigned value_use_iterator<UserTy>::getOperandNo() const {
Instructions.h     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 107 bool isCallee(value_use_iterator<UserTy> UI) const {
124 unsigned getArgumentNo(value_use_iterator<UserTy> I) const {

Completed in 48 milliseconds