OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LHSC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
770
// If
LHSC
and RHSC differ by only one bit, then set that bit in X and
1271
ConstantInt *
LHSC
, *RHSC;
1272
if (!match(LHS->getOperand(1), m_ConstantInt(
LHSC
)) ||
1276
if (
LHSC
== RHSC && PredL == PredR) {
1280
if ((PredL == ICmpInst::ICMP_ULT &&
LHSC
->getValue().isPowerOf2()) ||
1281
(PredL == ICmpInst::ICMP_EQ &&
LHSC
->isZero())) {
1283
return Builder.CreateICmp(PredL, NewOr,
LHSC
);
1300
BigC =
LHSC
;
1303
SmallC =
LHSC
;
1343
ShouldSwap =
LHSC
->getValue().sgt(RHSC->getValue())
[
all
...]
InstCombineCompares.cpp
5101
const APInt *
LHSC
;
5102
if (!match(Op0, m_And(m_Value(LHS), m_APInt(
LHSC
))) ||
5103
*
LHSC
!= Op0KnownZeroInverted)
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6468
const Type *
LHSC
= getCanonicalType(LHS).getTypePtr();
6472
if (const auto *ET = dyn_cast<EnumType>(
LHSC
))
6473
LHSC
= getIntegerTypeForEnum(ET);
6477
if (
LHSC
== RHSC) return 0;
6479
bool LHSUnsigned =
LHSC
->isUnsignedIntegerType();
6482
unsigned LHSRank = getIntegerRank(
LHSC
);
Completed in 55 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026