Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1268 static Instruction *findInstructionWithOpcode(ArrayRef<Value *> VL, in findInstructionWithOpcode() function
1494 MainOp = findInstructionWithOpcode(VL, BinOpHelper.getMainOpcode()); in getSameOpcode()
1496 AltOp = findInstructionWithOpcode(VL, BinOpHelper.getAltOpcode()); in getSameOpcode()