HomeSort by: relevance | last modified time | path
    Searched defs:scatter (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 87 // Scatter V into Size components. If new instructions are needed,
210 Scatterer scatter(Instruction *Point, Value *V);
355 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V) { function in class:ScalarizerVisitor
471 Scatterer Op = scatter(&I, I.getOperand(0));
491 Scatterer VOp0 = scatter(&I, I.getOperand(0));
492 Scatterer VOp1 = scatter(&I, I.getOperand(1));
545 Scattered[I] = scatter(&CI, OpI);
584 Scatterer VOp1 = scatter(&SI, SI.getOperand(1));
585 Scatterer VOp2 = scatter(&SI, SI.getOperand(2));
592 Scatterer VOp0 = scatter(&SI, SI.getOperand(0))
    [all...]

Completed in 23 milliseconds