Searched refs:CIVal (Results 1 – 2 of 2) sorted by relevance
842 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local843 Imm = (IsZExt) ? (int64_t)CIVal.getZExtValue() : in PPCEmitCmp()844 (int64_t)CIVal.getSExtValue(); in PPCEmitCmp()1305 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local1306 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
1360 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local1361 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()