Home
last modified time | relevance | path

Searched refs:Op1Int (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1217 const APInt *Op1Int; in commonIRemTransforms() local
1218 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()
1220 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp2650 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local
2651 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()
2652 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()