HomeSort by relevance Sort by last modified time
    Searched defs:IdxVal (Results 1 - 6 of 6) 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/IR/
ConstantFold.cpp 765 const APInt &IdxVal = CIdx->getValue();
770 if (i == IdxVal) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 633 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
634 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 712 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
714 DAG.getIntPtrConstant(IdxVal + LoVT.getVectorNumElements()));
749 unsigned IdxVal = CIdx->getZExtValue();
751 if (IdxVal < LoNumElts)
756 DAG.getIntPtrConstant(IdxVal - LoNumElts));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 66 static SDValue Extract128BitVector(SDValue Vec, unsigned IdxVal,
85 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
106 unsigned IdxVal, SelectionDAG &DAG,
123 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/128)
    [all...]

Completed in 3106 milliseconds