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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 345 EVT CondVT = Cond.getValueType();
354 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
355 Cond, DAG.getConstant(1, SDLoc(N), CondVT));
361 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
368 auto BoolVT = getSetCCResultType(CondVT);
369 if (BoolVT.bitsLT(CondVT))
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 310 EVT CondVT = Cond.getValueType();
318 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
319 Cond, DAG.getConstant(1, SDLoc(N), CondVT));
325 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]

Completed in 934 milliseconds