OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
701
Constant *
OrC
= ConstantInt::get(Ty, *C);
702
Value *NewSel = Builder.CreateSelect(Cond, Zero,
OrC
, "masksel", &Sel);
710
Constant *
OrC
= ConstantInt::get(Ty, *C);
711
Value *NewSel = Builder.CreateSelect(Cond,
OrC
, Zero, "masksel", &Sel);
InstCombineAndOrXor.cpp
1835
const APInt *
OrC
;
1836
if (match(Op0, m_OneUse(m_Or(m_Value(X), m_APInt(
OrC
))))) {
1843
APInt Together = *C & *
OrC
;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
16478
ConstantSDNode *
OrC
= dyn_cast<ConstantSDNode>(Op1->getOperand(1));
16479
if (!
OrC
)
16487
APInt OrCI =
OrC
->getAPIntValue();
Completed in 79 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026