Searched refs:TheVCMP (Results 1 – 1 of 1) sorted by relevance
1581 auto ReplaceVCMPWithVPT = [&](MachineInstr *&TheVCMP, MachineInstr *At) { in ConvertVPTBlocks() argument1582 assert(TheVCMP && "Replacing a removed or non-existent VCMP"); in ConvertVPTBlocks()1586 TII->get(VCMPOpcodeToVPT(TheVCMP->getOpcode()))); in ConvertVPTBlocks()1589 MIB.add(TheVCMP->getOperand(1)); in ConvertVPTBlocks()1591 MIB.add(TheVCMP->getOperand(2)); in ConvertVPTBlocks()1593 MIB.add(TheVCMP->getOperand(3)); in ConvertVPTBlocks()1596 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()1597 TheVCMP = nullptr; in ConvertVPTBlocks()