Searched refs:MatchingVectorType (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4520 EVT MatchingVectorType = local
4524 if (SVT == MatchingVectorType) {
4525 SDValue VsetCC = DAG.getSetCC(N->getDebugLoc(), MatchingVectorType,
4817 EVT MatchingVectorType = local
4821 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
4999 EVT MatchingVectorType = local
5003 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),

Completed in 130 milliseconds