Searched refs:getI (Results 1 – 1 of 1) sorted by relevance
170 Instruction *getI() { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike171 const Instruction *getI() const { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike537 for (SelectInst *DefSI = dyn_cast<SelectInst>(SI.getI()); in getTrueOrFalseValue()546 if (isa<BinaryOperator>(SI.getI())) { in getTrueOrFalseValue()547 assert(SI.getI()->getOpcode() == Instruction::Or && in getTrueOrFalseValue()606 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()611 if (isa<SelectInst>(SI.getI()) || !FI->hasOneUse()) { in convertProfitableSIGroups()613 getExclBackwardsSlice(FI, FalseSlice, SI.getI(), true); in convertProfitableSIGroups()650 BasicBlock *StartBlock = SI.getI()->getParent(); in convertProfitableSIGroups()651 BasicBlock::iterator SplitPt = ++(BasicBlock::iterator(LastSI.getI())); in convertProfitableSIGroups()[all …]