Searched refs:CIVal (Results 1 – 11 of 11) 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()
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()
848 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local849 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()1309 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1310 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()
1370 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1371 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
1360 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1361 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()
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()
6515 const APInt &CIVal = CI->getValue(); in createSCEV() local6517 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()