HomeSort by: relevance | last modified time | path
    Searched refs:ValWidth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 161 uint64_t ValWidth = RHS.getBitWidth();
164 if (ValWidth < TypeWidth) {
167 } else if (ValWidth == TypeWidth) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2508 unsigned ValWidth = ValTy.getSizeInBits();
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();
2634 assert((VecWidth % ValWidth) == 0);
2646 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32);
2650 unsigned W = C->getZExtValue() * ValWidth;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 5460 TypeSize ValWidth = ValVT.getSizeInBits();
5496 unsigned NumElts = ValWidth.getFixedSize() / NewVTWidth.getFixedSize();
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 8371 // bits to shift the value into position. Pass XLen-ShiftAmt-ValWidth, which
8377 unsigned ValWidth =
8380 Builder.CreateSub(Builder.getIntN(XLen, XLen - ValWidth), ShiftAmt);

Completed in 27 milliseconds