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

Completed in 242 milliseconds