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

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp130 unsigned ValueEnumerator::getValueID(const Value *V) const { function in class:ValueEnumerator
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h325 CSSValueID getValueID() const { return m_primitiveUnitType == CSS_VALUE_ID ? m_value.valueID : CSSValueInvalid; } function in class:blink::CSSPrimitiveValue
/external/llvm/include/llvm/IR/
H A DValue.h337 /// getValueID - Return an ID for the concrete type of this object. This is
346 unsigned getValueID() const { function in class:llvm::Value
481 return Val.getValueID() >= Value::ConstantFirstVal &&
482 Val.getValueID() <= Value::ConstantLastVal;
488 return Val.getValueID() == Value::ArgumentVal;
494 return Val.getValueID() == Value::InlineAsmVal;
500 return Val.getValueID() >= Value::InstructionVal;
506 return Val.getValueID() == Value::BasicBlockVal;
512 return Val.getValueID() == Value::FunctionVal;
518 return Val.getValueID()
[all...]

Completed in 321 milliseconds