Home
last modified time | relevance | path

Searched defs:HasShift (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
DGenericPacketMath.h49 HasShift = 1, enumerator
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp385 bool HasShift = false; in ReduceLoadStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp411 bool HasShift = false; in ReduceLoadStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp516 const bool HasShift = match(B, m_OneUse(m_LShr(m_Value(X), m_Value(Z)))); in foldSelectICmpAndAnd() local