Searched refs:CIVal (Results 1 – 2 of 2) sorted by relevance
830 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local831 Imm = (IsZExt) ? (int64_t)CIVal.getZExtValue() : in PPCEmitCmp()832 (int64_t)CIVal.getSExtValue(); in PPCEmitCmp()1294 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1295 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1404 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1405 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()