Lines Matching refs:findValue
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()
532 dyn_cast<ConstantInt>(findValue(I.getOperand(2), in visitInsertElementInst()
553 Value *Lint::findValue(Value *V, bool OffsetOk) const { in findValue() function in Lint