Searched refs:InBlock (Results 1 – 3 of 3) sorted by relevance
1021 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local1022 mergeAssumeBlockValueConstantRange(Val, InBlock, BBFrom->getTerminator()); in getEdgeValue()1025 mergeAssumeBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()1026 if (!InBlock.isConstantRange()) in getEdgeValue()1030 Result.getConstantRange().intersectWith(InBlock.getConstantRange()); in getEdgeValue()
869 def InBlock(self): member in StateTracker
1500 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function1566 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions()1567 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()