Searched refs:getCondBit (Results 1 – 4 of 4) sorted by relevance
54 assert(VPB->getCondBit() && "Missing condition bit!"); in verifyBlocksInRegion()56 assert(!VPB->getCondBit() && "Unexpected condition bit!"); in verifyBlocksInRegion()
39 VPValue *CBV = PredBB->getCondBit(); in getOrCreateNotPredicate()
191 VPValue *VPBlockBase::getCondBit() { in getCondBit() function in VPBlockBase195 const VPValue *VPBlockBase::getCondBit() const { in getCondBit() function in VPBlockBase338 if (EnableVPlanNativePath && (CBV = getCondBit())) { in execute()427 if (const VPValue *CBV = getCondBit()) { in print()
553 VPValue *getCondBit();555 const VPValue *getCondBit() const;