Searched refs:OffsetOk (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLint.cpp97 Value *findValue(Value *V, bool OffsetOk) const;
98 Value *findValueImpl(Value *V, bool OffsetOk,
199 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
256 Value *Obj = findValue(*AI, /*OffsetOk=*/true);
285 /*OffsetOk=*/false)))
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
559 findValueImpl(Value *V, bool OffsetOk, SmallPtrSet<Value *, 4> &Visited) const argument
[all...]

Completed in 42 milliseconds