Searched refs:TheVCMP (Results 1 – 1 of 1) sorted by relevance
1534 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument1535 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()1539 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()1542 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()1544 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()1546 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()1549 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()1550 TheVCMP = nullptr; in ConvertVPTBlocks()