Lines Matching full:getcondition
31 ICmpInst *ICI = dyn_cast<ICmpInst>(SI->getCondition());
159 Type *CondTy = SI.getCondition()->getType();
168 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
208 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
256 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
291 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
401 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
664 const PHINode *CondPHI = cast<PHINode>(SI.getCondition());
742 SI->getCondition(), SI->getFalseValue(), SI->getTrueValue());
755 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
824 Value *CondVal = SI.getCondition();
1052 if (isa<PHINode>(SI.getCondition()))
1060 if (TrueSI->getCondition() == CondVal) {
1068 if (FalseSI->getCondition() == CondVal) {