Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp29 Value currentValue = queue.pop_back_val(); in resolve() local
30 if (result.insert(currentValue).second) { in resolve()
31 auto it = dependencies.find(currentValue); in resolve()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp332 int64_t currentValue = I->High->getSExtValue(); in Clusterify() local
338 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()
339 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1106 ArrayRef<ods::OperandOrResult> values, unsigned currentValue, in codeCompleteOperationOperandOrResultSignature() argument
1108 signatureHelp.activeParameter = currentValue; in codeCompleteOperationOperandOrResultSignature()
1114 if (odsOp && currentValue < values.size()) { in codeCompleteOperationOperandOrResultSignature()
1158 if (currentValue == 0 && (!odsOp || !values.empty())) { in codeCompleteOperationOperandOrResultSignature()