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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 87 Value *SplatValue, Instruction *TheStore,
449 Value *SplatValue = isBytewiseValue(StoredVal);
454 if (SplatValue && TLI->has(LibFunc::memset) &&
457 CurLoop->isLoopInvariant(SplatValue)) {
458 // Keep and use SplatValue.
463 SplatValue = 0;
514 if (SplatValue)
515 NewCall = Builder.CreateMemSet(BasePtr, SplatValue,NumBytes,StoreAlignment);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 174 milliseconds