Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCondition

3789   CmpInst *Cmp = dyn_cast<CmpInst>(SI->getCondition());
3813 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1);
3853 BranchInst::Create(NextBlock, SmallBlock, SI->getCondition(), SI);