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.cpp432 ValueLatticeElement &BBLV,
550 std::optional<ValueLatticeElement> BBLV = in solve() local
552 assert(BBLV && "Result should be in cache!"); in solve()
555 << *BBLV << "\n"); in solve()
787 Value *Val, ValueLatticeElement &BBLV, Instruction *BBI) { in intersectAssumeOrGuardBlockValueConstantRange() argument
804 BBLV = intersect(BBLV, *getValueFromCondition(Val, I->getArgOperand(0), in intersectAssumeOrGuardBlockValueConstantRange()
816 BBLV = intersect(BBLV, in intersectAssumeOrGuardBlockValueConstantRange()
822 if (BBLV.isOverdefined()) { in intersectAssumeOrGuardBlockValueConstantRange()
828 BBLV = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in intersectAssumeOrGuardBlockValueConstantRange()