Searched refs:CIVal (Results 1 – 4 of 4) sorted by relevance
846 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local847 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1306 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1307 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1373 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1374 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
2941 const APInt *CI2Val, *CIVal = &CI->getValue(); in simplifyICmpWithBinOp() local2944 if (!CIVal->isPowerOf2()) { in simplifyICmpWithBinOp()2962 if (CIVal->isSignMask() && CI2Val->isOneValue()) { in simplifyICmpWithBinOp()
6348 const APInt &CIVal = CI->getValue(); in createSCEV() local6350 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()