Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2223 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore() local
2224 Value *CmpBoth = Builder.CreateAnd(Cond, CmpB); in processCopyingStore()