Home
last modified time | relevance | path

Searched refs:isValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DPatternMatch.h145 return this->isValue(CI->getValue()); in match()
148 return this->isValue(CI->getValue()); in match()
162 if (this->isValue(CI->getValue())) { in match()
168 if (this->isValue(CI->getValue())) { in match()
178 bool isValue(const APInt &C) { return C == 1; } in isValue() function
186 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function
194 bool isValue(const APInt &C) { return C.isSignBit(); } in isValue() function
202 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function
/external/v8/src/
Dmirror-debugger.js238 Mirror.prototype.isValue = function() { method in Mirror
2035 (mirror.isValue() || mirror.isScript() || mirror.isContext())) {
2036 if (this.inlineRefs_() && mirror.isValue()) {
2048 if (mirror.isValue() || mirror.isScript() || mirror.isContext()) {
2285 if (this.inlineRefs_() && propertyValue.isValue()) {
/external/webkit/Source/WebCore/
DChangeLog-2005-12-199266 (DOM::StyleBaseImpl::isValue):