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 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 812 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
814 DAG.getConstant(IdxVal + LoVT.getVectorNumElements(),
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 259 uint64_t IdxVal = Idx->getZExtValue();
260 if ((unsigned)IdxVal != IdxVal) return nullptr; // Too large array index.
263 EltTy = STy->getElementType(IdxVal);
265 if (IdxVal >= ATy->getNumElements()) return nullptr;
271 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 442 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
443 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
    [all...]

Completed in 246 milliseconds