OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLHS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
1614
Constant *
CLHS
= ConstantInt::get(LHS->getContext(), LHSOffset);
1616
if (Constant *C = ConstantExpr::getICmp(I.getPredicate(),
CLHS
, CRHS)) {
1648
Constant *
CLHS
= ConstantInt::get(LHS->getContext(), LHSOffset);
1650
if (Constant *C = ConstantExpr::getSub(
CLHS
, CRHS)) {
1665
Constant *
CLHS
= dyn_cast<Constant>(LHS);
1666
if (!
CLHS
)
1667
CLHS
= SimplifiedValues.lookup(LHS);
1674
SimpleV = SimplifyBinOp(I.getOpcode(),
CLHS
?
CLHS
: LHS, CRHS ? CRHS : RHS,
1678
SimplifyBinOp(I.getOpcode(),
CLHS
? CLHS : LHS, CRHS ? CRHS : RHS, DL)
[
all
...]
InstructionSimplify.cpp
136
Value *
CLHS
= Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
137
if (CPred == Pred &&
CLHS
== LHS && CRHS == RHS)
139
return CPred == CmpInst::getSwappedPredicate(Pred) &&
CLHS
== RHS &&
599
if (auto *
CLHS
= dyn_cast<Constant>(Op0)) {
601
return ConstantFoldBinaryOpOperands(Opcode,
CLHS
, CRHS, Q.DL);
3339
if (Constant *
CLHS
= dyn_cast<Constant>(LHS)) {
3341
return ConstantFoldCompareInstOperands(Pred,
CLHS
, CRHS, Q.DL, Q.TLI);
3593
if (auto *
CLHS
= dyn_cast<PtrToIntOperator>(LHS))
3595
if (Q.DL.getTypeSizeInBits(
CLHS
->getPointerOperandType()) ==
3596
Q.DL.getTypeSizeInBits(
CLHS
->getType()) &
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
8239
if (const ConstantFPSDNode *
CLHS
= dyn_cast<ConstantFPSDNode>(LHS)) {
8240
if (
CLHS
->isExactlyValue(1.0)) {
8260
if (
CLHS
->isExactlyValue(-1.0)) {
9215
const ConstantSDNode *
CLHS
= dyn_cast<ConstantSDNode>(LHS.getOperand(1));
9217
if (!
CLHS
|| !CRHS)
9223
uint32_t NewMask = (
CLHS
->getZExtValue() | CRHS->getZExtValue()) & MaxMask;
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026