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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp124 Value *findValue(Value *V, bool OffsetOk) const;
232 if (Function *F = dyn_cast<Function>(findValue(Callee,
310 Value *Obj = findValue(Arg, /*OffsetOk=*/true);
339 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
408 Value *Obj = findValue(V, /*OffsetOk=*/true);
423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
530 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1),
538 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
545 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
628 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(
657 Value *Lint::findValue(Value *V, bool OffsetOk) const { function in class:Lint
[all...]
H A DLoopAccessAnalysis.cpp382 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access));
1647 AccessSets.findValue(AccessSets.getLeaderValue(CurAccess));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h161 /// findValue - Return an iterator to the specified value. If it does not
163 iterator findValue(const ElemTy &V) const { function in class:llvm::EquivalenceClasses
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h521 bool findValue(const Value *V) const;
H A DSelectionDAGBuilder.cpp1441 bool SelectionDAGBuilder::findValue(const Value *V) const { function in class:SelectionDAGBuilder
4408 if (!SDB->findValue(Ptr))
4411 if (!C && !SDB->findValue(IndexVal))

Completed in 228 milliseconds