Lines Matching defs:findValue
121 Value *findValue(Value *V, bool OffsetOk) const;
196 if (Function *F = dyn_cast<Function>(findValue(Callee,
277 Value *Obj = findValue(Arg, /*OffsetOk=*/true);
306 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
375 Value *Obj = findValue(V, /*OffsetOk=*/true);
390 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
492 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1),
500 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
507 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
592 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
601 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(2),
617 /// findValue - Look through bitcasts and simple memory reference patterns
624 Value *Lint::findValue(Value *V, bool OffsetOk) const {
629 /// findValueImpl - Implementation helper for findValue.