HomeSort by relevance Sort by last modified time
    Searched refs:isBytewiseValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 100 /// isBytewiseValue - If the specified value can be set by repeating the same
105 Value *isBytewiseValue(Value *V);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
534 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0)))
799 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) {
    [all...]
LoopIdiomRecognize.cpp 451 Value *SplatValue = isBytewiseValue(StoredVal);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 29 milliseconds