Searched refs:ImmBitWidth (Results 1 – 1 of 1) sorted by relevance
5992 unsigned ImmBitWidth = Imm.getBitWidth(); in getIntImmCostInst() local6018 if (Idx == 1 && ImmBitWidth == 64) { in getIntImmCostInst()6037 if (Idx == 1 && ImmBitWidth == 64 && Imm.isIntN(32)) in getIntImmCostInst()6040 if (Idx == 1 && ImmBitWidth == 64 && ST->is64Bit() && ST->hasBMI() && in getIntImmCostInst()6048 if (Idx == 1 && ImmBitWidth == 64 && Imm.getZExtValue() == 0x80000000) in getIntImmCostInst()