OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AndRHS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
293
ConstantInt *
AndRHS
, *XorRHS;
296
match(LHSInst->getOperand(1), m_ConstantInt(
AndRHS
)) &&
301
ConstantInt::get(I->getType(), NewMask &
AndRHS
->getValue());
InstCombineSelect.cpp
146
const APInt *
AndRHS
;
147
if (!match(V, m_And(m_Value(), m_Power2(
AndRHS
))))
150
AndMask = *
AndRHS
;
InstCombineAndOrXor.cpp
1901
ConstantInt *
AndRHS
;
1902
if (match(Op1, m_ConstantInt(
AndRHS
))) {
1903
const APInt &AndRHSMask =
AndRHS
->getValue();
1932
auto *TruncC2 = ConstantExpr::getTrunc(
AndRHS
, X->getType());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
2288
const Value *
AndRHS
= AI->getOperand(1);
2292
std::swap(AndLHS,
AndRHS
);
2294
if (const auto *C = dyn_cast<ConstantInt>(
AndRHS
))
Completed in 28 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026