OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FalseC
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
MatchConsumer.h
48
MatchConsumer<T>
FalseC
) {
51
return (Map.find(ID) != Map.end() ? TrueC :
FalseC
)(Result);
/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
)) {
InstructionSimplify.cpp
4145
if (auto *
FalseC
= dyn_cast<Constant>(FalseVal))
4146
return ConstantFoldSelectInstruction(CondC, TrueC,
FalseC
);
4187
Constant *TrueC, *
FalseC
;
4190
match(FalseVal, m_Constant(
FalseC
))) {
4197
Constant *FEltC =
FalseC
->getAggregateElement(i);
/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);
/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/IR/
Constants.cpp
875
ConstantInt *
FalseC
= ConstantInt::getFalse(Ty->getContext());
877
return ConstantVector::getSplat(VTy->getElementCount(),
FalseC
);
878
return
FalseC
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 87 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026