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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 67 unsigned NumSrcElts = VTy->getNumElements();
75 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
88 for (unsigned i = 0; i != NumSrcElts; ++i) {
91 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1314 milliseconds