Lines Matching refs:findValue
102 Value *findValue(Value *V, bool OffsetOk) const;
210 if (Function *F = dyn_cast<Function>(findValue(Callee, in visitCallSite()
269 Value *Obj = findValue(*AI, /*OffsetOk=*/true); in visitCallSite()
296 dyn_cast<ConstantInt>(findValue(MCI->getLength(), in visitCallSite()
365 Value *Obj = findValue(V, /*OffsetOk=*/true); in visitReturnInst()
380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference()
487 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1), in visitLShr()
495 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false))) in visitAShr()
502 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false))) in visitShl()
590 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(), in visitExtractElementInst()
597 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(2), in visitInsertElementInst()
619 Value *Lint::findValue(Value *V, bool OffsetOk) const { in findValue() function in Lint