Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2213 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore() local
2214 Value *CmpBoth = Builder.CreateAnd(Cond, CmpB); in processCopyingStore()