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 99 /// isBytewiseValue - If the specified value can be set by repeating the same
104 Value *isBytewiseValue(Value *V);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
542 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0)))
824 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) {
    [all...]
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 147 milliseconds