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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 62 unsigned NumSrcElts = VTy->getNumElements();
70 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
83 for (unsigned i = 0; i != NumSrcElts; ++i) {
86 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 28 milliseconds