Searched refs:isBytewiseValue (Results 1 – 4 of 4) sorted by relevance
105 Value *isBytewiseValue(Value *V);
393 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()545 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore()833 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy()
953 Value *SplatValue = isBytewiseValue(StoredVal); in processLoopStridedStore()
1479 Value *llvm::isBytewiseValue(Value *V) { in isBytewiseValue() function in llvm1525 Value *Val = isBytewiseValue(Elt); in isBytewiseValue()