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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp269 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); local
271 DAG.getConstant(DiffBits, TLI.getPointerTy()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp318 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); local
321 DAG.getConstant(DiffBits, dl,
331 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); local
334 DAG.getConstant(DiffBits, dl,

Completed in 70 milliseconds