Lines Matching refs:getZExtValue
54 if (isUInt<32>(Imm.getZExtValue())) in getIntImmCost()
57 if ((Imm.getZExtValue() & 0xffffffff) == 0) in getIntImmCost()
105 if (isUInt<32>(Imm.getZExtValue())) in getIntImmCost()
113 if (isUInt<32>(Imm.getZExtValue())) in getIntImmCost()
131 if (isUInt<32>(Imm.getZExtValue())) in getIntImmCost()
134 if ((Imm.getZExtValue() & 0xffffffff) == 0) in getIntImmCost()
144 if (isUInt<32>(~Imm.getZExtValue())) in getIntImmCost()
147 if ((Imm.getZExtValue() & 0xffffffff) == 0xffffffff) in getIntImmCost()
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCost()
206 if (isUInt<32>(Imm.getZExtValue())) in getIntImmCost()
849 C->getZExtValue() == 0) in getCmpSelInstrCost()
959 if (isUInt<16>(CI->getZExtValue())) in isFoldableLoad()