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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4127 EVT MatchingVectorType = local
4131 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
4359 EVT MatchingVectorType = local
4363 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
4541 EVT MatchingVectorType = local
4545 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6195 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger();
6196 if (SVT == MatchingVectorType) {
6197 SDValue VsetCC = DAG.getSetCC(SDLoc(N), MatchingVectorType,
6521 EVT MatchingVectorType = EVT::getVectorVT( local
6524 DAG.getNode(ISD::SETCC, DL, MatchingVectorType, N0.getOperand(0),
6700 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); local
6702 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0),

Completed in 372 milliseconds