Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp50 CanCombineWithPrevInstr = false; in convertToUnsignedVec()
89 if (CanCombineWithPrevInstr) in mapToLegalUnsigned()
91 CanCombineWithPrevInstr = true; in mapToLegalUnsigned()
141 CanCombineWithPrevInstr = false; in mapToIllegalUnsigned()
/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h270 bool CanCombineWithPrevInstr = false; member