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