HomeSort by relevance Sort by last modified time
    Searched defs:SplatValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 87 Value *SplatValue, Instruction *TheStore,
451 Value *SplatValue = isBytewiseValue(StoredVal);
456 if (SplatValue && TLI->has(LibFunc::memset) &&
459 CurLoop->isLoopInvariant(SplatValue)) {
460 // Keep and use SplatValue.
465 SplatValue = 0;
516 if (SplatValue)
517 NewCall = Builder.CreateMemSet(BasePtr, SplatValue,NumBytes,StoreAlignment);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 74 milliseconds