Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp44 OperVals.insert(OperVals.begin(), OI.get()); in IRInstructionData()
48 OperVals.push_back(OI.get()); in IRInstructionData()
103 auto ZippedTypes = zip(A.OperVals, B.OperVals); in isClose()
311 for (Value *Arg : ID->OperVals) in IRSimilarityCandidate()
501 ArrayRef<Value *>::iterator VItA = A.OperVals.begin(); in compareNonCommutativeOperandMapping()
502 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareNonCommutativeOperandMapping()
503 unsigned OperandLength = A.OperVals.size(); in compareNonCommutativeOperandMapping()
536 ArrayRef<Value *>::iterator VItA = A.OperVals.begin(); in compareCommutativeOperandMapping()
537 ArrayRef<Value *>::iterator VItB = B.OperVals.begin(); in compareCommutativeOperandMapping()
538 unsigned OperandLength = A.OperVals.size(); in compareCommutativeOperandMapping()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h118 SmallVector<Value *, 4> OperVals; member
177 for (Value *V : ID.OperVals) in hash_value()
522 ArrayRef<Value *> &OperVals; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DIROutliner.cpp304 for (Value *V : ID.OperVals) { in collectRegionsConstants()
499 for (Value *V : (*IDIt).OperVals) { in findConstants()