Searched refs:NumLeadingOperands (Results 1 – 1 of 1) sorted by relevance
4817 [](const Instruction *Inst, unsigned NumLeadingOperands) { in isSafeToSpeculativelyExecuteWithOpcode() argument4818 if (Inst->getNumOperands() < NumLeadingOperands) in isSafeToSpeculativelyExecuteWithOpcode()4821 for (unsigned ItOp = 0; ItOp < NumLeadingOperands; ++ItOp) in isSafeToSpeculativelyExecuteWithOpcode()