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

  /external/llvm/include/llvm/Analysis/
VectorUtils.h 84 Value *findScalarElement(Value *V, unsigned EltNo);
  /external/llvm/lib/Analysis/
VectorUtils.cpp 367 Value *llvm::findScalarElement(Value *V, unsigned EltNo) {
390 return findScalarElement(III->getOperand(0), EltNo);
399 return findScalarElement(SVI->getOperand(0), InEl);
400 return findScalarElement(SVI->getOperand(1), InEl - LHSWidth);
408 return findScalarElement(Val, EltNo);
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 171 if (Value *Elt = findScalarElement(BCI->getOperand(0), IndexVal))
    [all...]

Completed in 68 milliseconds