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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 126 SVal IdxVal = State->getSVal(IdxExpr, C.getLocationContext());
127 if (IdxVal.isUnknownOrUndef())
129 DefinedSVal Idx = IdxVal.castAs<DefinedSVal>();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 713 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
715 DAG.getConstant(IdxVal + LoVT.getVectorNumElements(),
751 unsigned IdxVal = CIdx->getZExtValue();
753 if (IdxVal < LoNumElts)
758 DAG.getConstant(IdxVal - LoNumElts,
    [all...]