Home
last modified time | relevance | path

Searched refs:BBLV (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp436 ValueLatticeElement &BBLV,
554 std::optional<ValueLatticeElement> BBLV = in solve() local
556 assert(BBLV && "Result should be in cache!"); in solve()
559 << *BBLV << "\n"); in solve()
799 Value *Val, ValueLatticeElement &BBLV, Instruction *BBI) { in intersectAssumeOrGuardBlockValueConstantRange() argument
816 BBLV = intersect(BBLV, *getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange()
828 BBLV = intersect(BBLV, in intersectAssumeOrGuardBlockValueConstantRange()
834 if (BBLV.isOverdefined()) { in intersectAssumeOrGuardBlockValueConstantRange()
840 BBLV = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in intersectAssumeOrGuardBlockValueConstantRange()