Home
last modified time | relevance | path

Searched refs:CIVal (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp843 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp() local
844 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue(); in PPCEmitCmp()
1304 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp() local
1305 int Imm = (int)CIVal.getSExtValue(); in SelectBinaryIntOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMFastISel.cpp1357 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp() local
1358 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue(); in ARMEmitCmp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp6882 const APInt &CIVal = CI->getValue(); in createSCEV() local
6884 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) { in createSCEV()