Searched refs:CIVal (Results 1 – 9 of 9) 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()
857 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local858 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1296 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1297 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()
1375 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1376 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()
2906 const APInt *CI2Val, *CIVal = &CI->getValue(); in simplifyICmpWithBinOp() local2909 if (!CIVal->isPowerOf2()) { in simplifyICmpWithBinOp()2926 if (CIVal->isSignMask() && CI2Val->isOneValue()) { in simplifyICmpWithBinOp()
6289 const APInt &CIVal = CI->getValue(); in createSCEV() local6291 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()
3667 const APInt &CIVal = CI->getValue(); in createSCEV() local3669 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()