Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2206 Value *CmpD = Builder.CreateICmpSLE(NumBytes, Dist); in processCopyingStore() local
2207 Value *CmpEither = Builder.CreateOr(Cond, CmpD); in processCopyingStore()