Searched refs:CIVal (Results 1 – 4 of 4) sorted by relevance
823 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local824 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1197 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1198 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1379 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1380 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
2786 const APInt *CI2Val, *CIVal = &CI->getValue(); in SimplifyICmpInst() local2789 if (!CIVal->isPowerOf2()) { in SimplifyICmpInst()2806 if (CIVal->isSignBit() && *CI2Val == 1) { in SimplifyICmpInst()
4623 const APInt &CIVal = CI->getValue(); in createSCEV() local4625 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()