Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp652 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareNonCommutativeOperandMapping() local
656 for (unsigned Idx = 0; Idx < OperandLength; Idx++, VItA++, VItB++) { in compareNonCommutativeOperandMapping()
658 unsigned OperValB = B.IRSC.ValueToNumber.find(*VItB)->second; in compareNonCommutativeOperandMapping()
687 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareCommutativeOperandMapping() local
692 Idx++, VItA++, VItB++) { in compareCommutativeOperandMapping()
694 ValueNumbersB.insert(B.IRSC.ValueToNumber.find(*VItB)->second); in compareCommutativeOperandMapping()