Searched refs:CondBit (Results 1 – 2 of 2) sorted by relevance
33 if (auto *CondBit = VPBB->getCondBit()) { in VPInstructionsToVPRecipes() local34 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
354 VPValue *CondBit = nullptr; variable488 VPValue *getCondBit() { return CondBit; } in getCondBit()490 const VPValue *getCondBit() const { return CondBit; } in getCondBit()492 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()510 CondBit = Condition; in setTwoSuccessors()