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

/external/llvm/lib/Analysis/
H A DLint.cpp98 Value *findValue(Value *V, bool OffsetOk) const;
99 Value *findValueImpl(Value *V, bool OffsetOk,
204 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
261 Value *Obj = findValue(*AI, /*OffsetOk=*/true);
290 /*OffsetOk=*/false)))
362 Value *Obj = findValue(V, /*OffsetOk=*/true);
378 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
454 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
461 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
468 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk
562 findValueImpl(Value *V, bool OffsetOk, SmallPtrSet<Value *, 4> &Visited) const argument
[all...]

Completed in 1107 milliseconds