Searched refs:CIVal (Results 1 – 5 of 5) sorted by relevance
836 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local837 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1209 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1210 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1370 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1371 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
2841 const APInt *CI2Val, *CIVal = &CI->getValue(); in SimplifyICmpInst() local2844 if (!CIVal->isPowerOf2()) { in SimplifyICmpInst()2861 if (CIVal->isSignBit() && *CI2Val == 1) { in SimplifyICmpInst()
5082 const APInt &CIVal = CI->getValue(); in createSCEV() local5084 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()
3667 const APInt &CIVal = CI->getValue(); in createSCEV() local3669 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()