Home
last modified time | relevance | path

Searched refs:NumLeadingOperands (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4707 [](const Instruction *Inst, unsigned NumLeadingOperands) { in isSafeToSpeculativelyExecuteWithOpcode() argument
4708 if (Inst->getNumOperands() < NumLeadingOperands) in isSafeToSpeculativelyExecuteWithOpcode()
4711 for (unsigned ItOp = 0; ItOp < NumLeadingOperands; ++ItOp) in isSafeToSpeculativelyExecuteWithOpcode()