Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h118 SmallVector<Value *, 4> OperVals; member
177 for (Value *V : ID.OperVals) in hash_value()
522 ArrayRef<Value *> &OperVals; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp301 for (Value *V : ID.OperVals) { in collectRegionsConstants()
419 for (Value *V : (*IDIt).OperVals) { in findConstants()