HomeSort by: relevance | last modified time | path
    Searched refs:IdentityIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4510 unsigned IdentityIndex = i * Op.getValueType().getVectorMinNumElements();
4514 Op.getConstantOperandVal(1) != IdentityIndex) {
DAGCombiner.cpp 19923 unsigned IdentityIndex = i * PartNumElem;
19924 if (Op.getConstantOperandAPInt(1) != IdentityIndex)

Completed in 67 milliseconds