Searched refs:isBytewiseValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h100 /// isBytewiseValue - If the specified value can be set by repeating the same
105 Value *isBytewiseValue(Value *V);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
534 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0)))
795 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) {
H A DLoopIdiomRecognize.cpp449 Value *SplatValue = isBytewiseValue(StoredVal);
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1342 /// isBytewiseValue - If the specified value can be set by repeating the same
1347 Value *llvm::isBytewiseValue(Value *V) { function in class:llvm
1393 Value *Val = isBytewiseValue(Elt);

Completed in 158 milliseconds