OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RHSVal
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp
328
SVal
RHSVal
= C.getSVal(Rhs);
329
if (State->isNull(
RHSVal
).isConstrainedTrue())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
732
SVal
RHSVal
= N->getState()->getSVal(RHS, Pred->getLocationContext());
734
if (
RHSVal
.isUndef()) {
735
X =
RHSVal
;
737
// We evaluate "
RHSVal
!= 0" expression which result in 0 if the value is
742
svalBuilder.evalCast(
RHSVal
, B->getType(), RHS->getType()),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
386
Value *
RHSVal
= FirstInst->getOperand(1);
389
Type *RHSType =
RHSVal
->getType();
408
if (I->getOperand(1) !=
RHSVal
)
RHSVal
= nullptr;
415
if (!LHSVal && !
RHSVal
)
431
if (!
RHSVal
) {
436
RHSVal
= NewRHS;
456
LHSVal,
RHSVal
);
463
BinaryOperator::Create(BinOp->getOpcode(), LHSVal,
RHSVal
);
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1978
unsigned LHSVal,
RHSVal
;
1982
bool RHSFailed = RHSPart.second.getAsInteger(10,
RHSVal
); (void)RHSFailed;
1985
if (LHSVal !=
RHSVal
)
1986
return LHSVal <
RHSVal
;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
76
int64_t
RHSVal
= EvaluateCRExpr(BE->getRHS());
79
if (LHSVal < 0 ||
RHSVal
< 0)
84
case MCBinaryExpr::Add: Res = LHSVal +
RHSVal
; break;
85
case MCBinaryExpr::Mul: Res = LHSVal *
RHSVal
; break;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
80
uint32_t LHSVal,
RHSVal
;
82
getConstantValue(N->getOperand(1),
RHSVal
)) {
85
(-LHSVal & 0xffff) | (-
RHSVal
<< 16) :
86
(LHSVal & 0xffff) | (
RHSVal
<< 16);
AMDGPUISelLowering.cpp
3056
unsigned
RHSVal
= RHS->getZExtValue();
3057
if (!
RHSVal
)
3071
if (VT == MVT::i32 &&
RHSVal
== 16 && X.getValueType() == MVT::i16 &&
3085
if (LZ <
RHSVal
)
3101
if (
RHSVal
< 32)
3104
SDValue ShiftAmt = DAG.getConstant(
RHSVal
- 32, SL, MVT::i32);
3126
unsigned
RHSVal
= RHS->getZExtValue();
3129
if (
RHSVal
== 32) {
3139
if (
RHSVal
== 63) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
528
Value *
RHSVal
;
576
m_And(m_Value(
RHSVal
), m_APInt(RHSC)))) {
580
if (!setValueOnce(
RHSVal
))
599
m_Or(m_Value(
RHSVal
), m_APInt(RHSC)))) {
603
if (!setValueOnce(
RHSVal
))
630
if (match(I->getOperand(0), m_Add(m_Value(
RHSVal
), m_APInt(RHSC)))) {
632
CandidateVal =
RHSVal
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
3253
SDValue
RHSVal
= getValue(I.getOperand(2));
3344
RHSVal
= getValue(RHS);
3369
Ops.push_back(SDValue(
RHSVal
.getNode(),
RHSVal
.getResNo() + i));
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
7093
ConstantSDNode *
RHSVal
= dyn_cast<ConstantSDNode>(RHS);
7094
if (Opcode == AArch64ISD::CSEL &&
RHSVal
&& !
RHSVal
->isOne() &&
7095
!
RHSVal
->isNullValue() && !
RHSVal
->isAllOnesValue()) {
7099
if (CTVal && CTVal ==
RHSVal
&& AArch64CC == AArch64CC::EQ)
7101
else if (CFVal && CFVal ==
RHSVal
&& AArch64CC == AArch64CC::NE)
7103
} else if (Opcode == AArch64ISD::CSNEG &&
RHSVal
&&
RHSVal
->isOne()) {
7108
if (CTVal ==
RHSVal
&& AArch64CC == AArch64CC::EQ)
[
all
...]
Completed in 77 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026