OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FalseC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
1920
Constant *
FalseC
= dyn_cast<Constant>(FalseVal);
1921
if (!
FalseC
)
1922
FalseC
= SimplifiedValues.lookup(FalseVal);
1928
if (TrueC ==
FalseC
&& TrueC) {
1959
if (TrueC &&
FalseC
) {
1960
if (auto *C = ConstantExpr::getSelect(CondC, TrueC,
FalseC
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
692
ConstantSDNode *
FalseC
= dyn_cast<ConstantSDNode>(False);
701
if (!
FalseC
)
706
if (!
FalseC
->getZExtValue()) {
731
int64_t Diff = TrueC->getSExtValue() -
FalseC
->getSExtValue();
763
ConstantSDNode *
FalseC
= dyn_cast<ConstantSDNode>(ValueIfFalse);
764
if (!
FalseC
||
FalseC
->getZExtValue())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
1834
Constant *TrueC, *
FalseC
;
1837
m_Select(m_Value(Cond), m_Constant(TrueC), m_Constant(
FalseC
))))
1840
// gep (select Cond, TrueC,
FalseC
), IndexC --> select Cond, TrueC',
FalseC
'
1848
Value *NewFalseC = IsInBounds ? Builder.CreateInBoundsGEP(Ty,
FalseC
, IndexC)
1849
: Builder.CreateGEP(Ty,
FalseC
, IndexC);
Completed in 43 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026