Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp626 static bool allSameOpcode(ArrayRef<Value *> VL) { in allSameOpcode() function
1499 assert((MainOp == AltOp || !allSameOpcode(VL)) && in getSameOpcode()
11682 !allSameOpcode(VL) || !allSameBlock(VL)) || in transformNodes()
11727 if (!S || !allSameOpcode(Slice) || !allSameBlock(Slice) || in transformNodes()