Searched defs:getValueID (Results 1 - 3 of 3) 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/IR/
H A DValue.h221 /// getValueID - Return an ID for the concrete type of this object. This is
230 unsigned getValueID() const { function in class:llvm::Value
349 return Val.getValueID() >= Value::ConstantFirstVal &&
350 Val.getValueID() <= Value::ConstantLastVal;
356 return Val.getValueID() == Value::ArgumentVal;
362 return Val.getValueID() == Value::InlineAsmVal;
368 return Val.getValueID() >= Value::InstructionVal;
374 return Val.getValueID() == Value::BasicBlockVal;
380 return Val.getValueID() == Value::FunctionVal;
386 return Val.getValueID()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h306 CSSValueID getValueID() const { return m_primitiveUnitType == CSS_VALUE_ID ? m_value.valueID : CSSValueInvalid; } function in class:WebCore::CSSPrimitiveValue

Completed in 103 milliseconds