Searched defs:ConstValue0 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1874 APInt ConstValue0, ConstValue1; local
1880 N0IsConst = isConstantSplatVector(N0.getNode(), ConstValue0);
1884 ConstValue0 = N0IsConst ? (dyn_cast<ConstantSDNode>(N0))->getAPIntValue()

Completed in 95 milliseconds