Searched refs:isBytewiseValue (Results 1 – 4 of 4) sorted by relevance
129 Value *isBytewiseValue(Value *V);
402 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()553 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore()862 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy()
909 Value *SplatValue = isBytewiseValue(StoredVal); in processLoopStridedStore()
2335 Value *llvm::isBytewiseValue(Value *V) { in isBytewiseValue() function in llvm2369 Value *Val = isBytewiseValue(Elt); in isBytewiseValue()