Searched refs:CIVal (Results 1 – 3 of 3) sorted by relevance
843 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local844 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1304 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1305 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1357 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1358 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
6882 const APInt &CIVal = CI->getValue(); in createSCEV() local6884 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()