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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 78 static Value *FindScalarElement(Value *V, unsigned EltNo) {
82 if (EltNo >= Width) // Out of range access.
90 return CP->getOperand(EltNo);
100 if (EltNo == IIElt)
105 return FindScalarElement(III->getOperand(0), EltNo);
111 int InEl = getShuffleMask(SVI)[EltNo];
  /external/clang/include/clang/AST/
ASTVector.h 228 size_t EltNo = I-this->begin();
230 I = this->begin()+EltNo;
  /external/llvm/include/llvm/ADT/
SmallVector.h 423 size_t EltNo = I-this->begin();
425 I = this->begin()+EltNo;
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]

Completed in 53 milliseconds