OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndC
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
267
Constant *
AndC
= Constant::getIntegerValue(VTy,
269
Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0),
AndC
);
300
Constant *
AndC
=
302
Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0),
AndC
);
InstCombineAddSub.cpp
2094
// sub (X + AddC), (X &
AndC
) --> and (X + AddC), ~
AndC
2095
const APInt *AddC, *
AndC
;
2097
match(Op1, m_And(m_Specific(X), m_APInt(
AndC
)))) {
2101
if ((HighMask & *
AndC
).isNullValue())
2102
return BinaryOperator::CreateAnd(Op0, ConstantInt::get(Ty, ~(*
AndC
)));
InstCombineAndOrXor.cpp
1293
ConstantInt *
AndC
, *SmallC = nullptr, *BigC = nullptr;
1298
match(LHS0, m_And(m_Specific(V), m_ConstantInt(
AndC
)))) {
1302
match(RHS0, m_And(m_Specific(V), m_ConstantInt(
AndC
)))) {
1313
if ((Low &
AndC
->getValue()).isNullValue() &&
1315
Value *NewAnd = Builder.CreateAnd(V, Low |
AndC
->getValue());
1317
Value *NewVal = ConstantInt::get(
AndC
->getType()->getContext(), N);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
6474
auto *
AndC
= dyn_cast<ConstantInt>(I->getOperand(1));
6475
if (!
AndC
)
6477
APInt AndBits =
AndC
->getValue();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
675
bool isAndLoadExtLoad(ConstantSDNode *
AndC
, LoadSDNode *LoadN,
5191
bool DAGCombiner::isAndLoadExtLoad(ConstantSDNode *
AndC
, LoadSDNode *LoadN,
5193
if (!
AndC
->getAPIntValue().isMask())
5196
unsigned ActiveBits =
AndC
->getAPIntValue().countTrailingOnes();
11210
auto *
AndC
= cast<ConstantSDNode>(N0.getOperand(1));
11211
EVT LoadResultTy =
AndC
->getValueType(0);
11213
if (isAndLoadExtLoad(
AndC
, LN00, LoadResultTy, ExtVT))
11642
auto
AndC
= dyn_cast<ConstantSDNode>(N->getOperand(1));
11643
if (!
AndC
)
11646
const APInt &Mask =
AndC
->getAPIntValue()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
16462
const APInt *
AndC
= isPowerOf2Constant(And->getOperand(1));
16463
if (!
AndC
)
16502
unsigned BitInX =
AndC
->logBase2();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 133 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026