OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeftOperand
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
204
Expected<ExpressionValue> llvm::operator+(const ExpressionValue &
LeftOperand
,
206
if (
LeftOperand
.isNegative() && RightOperand.isNegative()) {
207
int64_t LeftValue = cantFail(
LeftOperand
.getSignedValue());
217
if (
LeftOperand
.isNegative())
218
return RightOperand -
LeftOperand
.getAbsolute();
222
return
LeftOperand
- RightOperand.getAbsolute();
225
uint64_t LeftValue = cantFail(
LeftOperand
.getUnsignedValue());
235
Expected<ExpressionValue> llvm::operator-(const ExpressionValue &
LeftOperand
,
238
if (
LeftOperand
.isNegative() && !RightOperand.isNegative()) {
239
int64_t LeftValue = cantFail(
LeftOperand
.getSignedValue())
[
all
...]
FileCheckImpl.h
354
std::unique_ptr<ExpressionAST>
LeftOperand
;
367
LeftOperand
= std::move(LeftOp);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
1849
auto
LeftOperand
= MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS});
1853
{
LeftOperand
, RightOperand});
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026