Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcondition

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