Home
last modified time | relevance | path

Searched defs:isAltShuffle (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle() function
1530 bool isAltShuffle() const { in isAltShuffle() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp971 bool isAltShuffle = false; in buildTree_rec() local