Searched refs:BVEltWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2781 unsigned BVEltWidth = BV->getValueType(0).getScalarSizeInBits(); local
2783 if (BVEltWidth < CVal.getBitWidth())
2784 CVal = CVal.trunc(BVEltWidth);

Completed in 184 milliseconds