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

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 464 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
465 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 615 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
617 DAG.getIntPtrConstant(IdxVal + LoVT.getVectorNumElements()));
652 unsigned IdxVal = CIdx->getZExtValue();
654 if (IdxVal < LoNumElts)
659 DAG.getIntPtrConstant(IdxVal - LoNumElts));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 102 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
110 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
140 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
149 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
    [all...]

Completed in 937 milliseconds