Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6162 [](const Instruction *Inst, unsigned NumLeadingOperands) { in isSafeToSpeculativelyExecuteWithOpcode() argument
6163 if (Inst->getNumOperands() < NumLeadingOperands) in isSafeToSpeculativelyExecuteWithOpcode()
6166 for (unsigned ItOp = 0; ItOp < NumLeadingOperands; ++ItOp) in isSafeToSpeculativelyExecuteWithOpcode()