Home
last modified time | relevance | path

Searched refs:VTWidth (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5050 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
5051 if (OrigXWidth < VTWidth) { in visitBITCAST()
5054 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
5059 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType())); in visitBITCAST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5259 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate() local
5260 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()
9874 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
9875 if (OrigXWidth < VTWidth) { in visitBITCAST()
9878 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
9884 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7527 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
7528 if (OrigXWidth < VTWidth) { in visitBITCAST()
7531 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
7537 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()