Searched defs:BitWidthC (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7867 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local 7886 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local 7959 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local 7974 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local 8038 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); expandROT() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6557 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local 6573 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local 6783 auto BitWidthC = MIRBuilder.buildConstant(AmtTy, EltSizeInBits); lowerRotate() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 810 Constant *BitWidthC = ConstantInt::get(Ty, Ty->getScalarSizeInBits()); tryFoldInstWithCtpopWithNot() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4001 SDValue BitWidthC = CurDAG->getConstant(NVT.getSizeInBits(), DL, MVT::i32); matchBitExtract() local
|