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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp161 uint64_t ValWidth = RHS.getBitWidth(); local
164 if (ValWidth < TypeWidth) {
167 } else if (ValWidth == TypeWidth) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2508 unsigned ValWidth = ValTy.getSizeInBits(); local
2528 if (ValWidth == 1) {
2539 unsigned Scale = VecWidth / ValWidth;
2566 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32);
2571 if (VecWidth == 64 && ValWidth == 32) {
2575 } else if (Off == 0 && (ValWidth % 8) == 0) {
2632 unsigned ValWidth = ValTy.getSizeInBits(); local
2634 assert((VecWidth % ValWidth) == 0);
2646 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32);
2650 unsigned W = C->getZExtValue() * ValWidth;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5460 TypeSize ValWidth = ValVT.getSizeInBits(); local
5496 unsigned NumElts = ValWidth.getFixedSize() / NewVTWidth.getFixedSize();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8371 // bits to shift the value into position. Pass XLen-ShiftAmt-ValWidth, which
8377 unsigned ValWidth = local
8380 Builder.CreateSub(Builder.getIntN(XLen, XLen - ValWidth), ShiftAmt);

Completed in 242 milliseconds