OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FalseValue
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCExpandISEL.cpp
207
MachineOperand &
FalseValue
= (*I)->getOperand(2);
213
useSameRegister(Dest,
FalseValue
)) {
222
} else if (useSameRegister(TrueValue,
FalseValue
)) {
232
// Note: we're using both the TrueValue and
FalseValue
operands so as
237
.add(
FalseValue
);
274
MachineOperand &
FalseValue
= (*MI)->getOperand(2);
283
bool IsORIInstRequired = !useSameRegister(Dest,
FalseValue
);
305
if (useSameRegister(TrueValue,
FalseValue
) && (BIL.size() == 1)) {
309
// Note: we're using both the TrueValue and
FalseValue
operands so as
314
.add(
FalseValue
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
2917
Value *
FalseValue
= FalseRet->getReturnValue();
2923
if (PHINode *FVPN = dyn_cast_or_null<PHINode>(
FalseValue
))
2925
FalseValue
= FVPN->getIncomingValueForBlock(BB);
2935
if (ConstantExpr *FCV = dyn_cast_or_null<ConstantExpr>(
FalseValue
))
2948
if (TrueValue ==
FalseValue
|| isa<UndefValue>(
FalseValue
)) {
2950
TrueValue =
FalseValue
;
2953
Builder.CreateSelect(BrCond, TrueValue,
FalseValue
, "retval", BI);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
6221
APInt
FalseValue
;
6260
FalseValue
= *FalseVal;
6270
FalseValue
=
FalseValue
.trunc(BitWidth);
6274
FalseValue
=
FalseValue
.zext(BitWidth);
6278
FalseValue
=
FalseValue
.sext(BitWidth);
6284
FalseValue
+= Offset;
6315
const SCEV *FalseStart = this->getConstant(StartPattern.
FalseValue
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
3760
auto *
FalseValue
= CurrentSelect->getFalseValue();
3761
assert(Map.find(
FalseValue
) != Map.end() && "No False Value!");
3762
Select->setFalseValue(ST.Get(Map[
FalseValue
]));
Completed in 34 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026