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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 415 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
420 ThisVT, Part0, DAG.getIntPtrConstant(1));
422 ThisVT, Part0, DAG.getIntPtrConstant(0));
424 if (ThisBits == PartBits && ThisVT != PartVT) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 490 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
495 ThisVT, Part0, DAG.getIntPtrConstant(1, DL));
497 ThisVT, Part0, DAG.getIntPtrConstant(0, DL));
499 if (ThisBits == PartBits && ThisVT != PartVT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 597 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
602 ThisVT, Part0, DAG.getIntPtrConstant(1, DL));
604 ThisVT, Part0, DAG.getIntPtrConstant(0, DL));
606 if (ThisBits == PartBits && ThisVT != PartVT) {
    [all...]

Completed in 74 milliseconds