Home | History | Annotate | Download | only in Analysis

Lines Matching defs:findValue

97     Value *findValue(Value *V, bool OffsetOk) const;
199 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
256 Value *Obj = findValue(*AI, /*OffsetOk=*/true);
284 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
357 Value *Obj = findValue(V, /*OffsetOk=*/true);
373 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
450 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
457 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
464 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
524 dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
532 dyn_cast<ConstantInt>(findValue(I.getOperand(2),
546 /// findValue - Look through bitcasts and simple memory reference patterns
553 Value *Lint::findValue(Value *V, bool OffsetOk) const {
558 /// findValueImpl - Implementation helper for findValue.