Searched refs:findValue (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 97 Value *findValue(Value *V, bool OffsetOk) const; 199 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) { in visitCallSite() 256 Value *Obj = findValue(*AI, /*OffsetOk=*/true); in visitCallSite() 284 dyn_cast<ConstantInt>(findValue(MCI->getLength(), in visitCallSite() 357 Value *Obj = findValue(V, /*OffsetOk=*/true); in visitReturnInst() 373 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() 450 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false))) in visitLShr() 457 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false))) in visitAShr() 464 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false))) in visitShl() 524 dyn_cast<ConstantInt>(findValue(I.getIndexOperand(), in visitExtractElementInst() [all …]
|
/external/webkit/Source/WebCore/platform/ |
D | HashTools.h | 55 const Value* findValue(register const char* str, register unsigned int len);
|
/external/llvm/include/llvm/ADT/ |
D | EquivalenceClasses.h | 156 iterator findValue(const ElemTy &V) const { in findValue() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSParser.cpp | 6758 const Value* hashTableEntry = findValue(buffer, length); in cssValueKeywordID()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 1796 (findValue): 4308 (findValue): 4477 (findValue): 4704 (findValue): 5401 (findValue): 11712 (findValue): 14974 (findValue):
|
D | ChangeLog-2005-08-23 | 23561 (findValue) 24451 (findValue): 29277 (findValue): 36586 (findValue): 37925 (findValue): 42130 (findValue): 42163 (findValue): 43294 (findValue): 47622 (findValue): 51554 (findValue): [all …]
|