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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 132 SVal IdxVal = State->getSVal(IdxExpr, C.getLocationContext());
133 if (IdxVal.isUnknownOrUndef())
135 DefinedSVal Idx = IdxVal.castAs<DefinedSVal>();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 834 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
836 DAG.getConstant(IdxVal + LoVT.getVectorNumElements(), dl,
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 257 uint64_t IdxVal = Idx->getZExtValue();
258 if ((unsigned)IdxVal != IdxVal) return nullptr; // Too large array index.
261 EltTy = STy->getElementType(IdxVal);
263 if (IdxVal >= ATy->getNumElements()) return nullptr;
269 LaterIndices.push_back(IdxVal);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 445 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
446 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
    [all...]

Completed in 764 milliseconds