OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSC
(Results
1 - 6
of
6
) 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/llvm/lib/Analysis/
ScalarEvolution.cpp
2332
if (const SCEVConstant *
LHSC
= dyn_cast<SCEVConstant>(Ops[0])) {
2337
Ops[0] = getConstant(
LHSC
->getAPInt() + RHSC->getAPInt());
2340
LHSC
= cast<SCEVConstant>(Ops[0]);
2344
if (
LHSC
->getValue()->isZero()) {
2848
if (const SCEVConstant *
LHSC
= dyn_cast<SCEVConstant>(Ops[0])) {
2853
Ops[0] = getConstant(
LHSC
->getAPInt() * RHSC->getAPInt());
2856
LHSC
= cast<SCEVConstant>(Ops[0]);
2860
if (
LHSC
->getValue()->isZero())
2861
return
LHSC
;
2864
if (
LHSC
->getValue()->isOne())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
961
B.CreateZExt(B.CreateLoad(B.getInt8Ty(), castToCStr(LHS, B), "
lhsc
"),
978
if (auto *
LHSC
= dyn_cast<Constant>(LHS)) {
979
LHSC
= ConstantExpr::getBitCast(
LHSC
, IntType->getPointerTo());
980
LHSV = ConstantFoldLoadFromConstPtr(
LHSC
, IntType, DL);
/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
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
5323
if (ConstantFPSDNode *
LHSC
= dyn_cast<ConstantFPSDNode>(LHS)) {
5325
IsExp10 =
LHSC
->isExactlyValue(Ten);
Completed in 78 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026