Searched defs:getValueID (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp122 unsigned ValueEnumerator::getValueID(const Value *V) const { function in class:ValueEnumerator
/external/llvm/include/llvm/
H A DValue.h218 /// getValueID - Return an ID for the concrete type of this object. This is
227 unsigned getValueID() const { function in class:llvm::Value
341 return Val.getValueID() >= Value::ConstantFirstVal &&
342 Val.getValueID() <= Value::ConstantLastVal;
348 return Val.getValueID() == Value::ArgumentVal;
354 return Val.getValueID() == Value::InlineAsmVal;
360 return Val.getValueID() >= Value::InstructionVal;
366 return Val.getValueID() == Value::BasicBlockVal;
372 return Val.getValueID() == Value::FunctionVal;
378 return Val.getValueID()
[all...]

Completed in 93 milliseconds