Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1445 const APInt *Op1Int; in commonIRemTransforms() local
1446 if (match(Op1, m_APInt(Op1Int)) && !Op1Int->isMinValue() && in commonIRemTransforms()
1448 !Op1Int->isMinSignedValue())) { in commonIRemTransforms()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3224 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local
3225 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()
3226 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()