HomeSort by relevance Sort by last modified time
    Searched defs:DiffBits (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 269 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits();
271 DAG.getConstant(DiffBits, TLI.getPointerTy()));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 318 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits();
321 DAG.getConstant(DiffBits, dl,
331 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits();
334 DAG.getConstant(DiffBits, dl,
    [all...]

Completed in 646 milliseconds