Searched refs:CmpB (Results 1 – 1 of 1) sorted by relevance
2213 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore() local2214 Value *CmpBoth = Builder.CreateAnd(Cond, CmpB); in processCopyingStore()