Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2216 Value *CmpD = Builder.CreateICmpSLE(NumBytes, Dist); in processCopyingStore() local
2217 Value *CmpEither = Builder.CreateOr(Cond, CmpD); in processCopyingStore()