OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp
939
const SCEV *Step, BinaryOperator *
BOp
,
941
: StartValue(Start), IK(K), Step(Step), InductionBinOp(
BOp
) {
1007
BinaryOperator *
BOp
= dyn_cast<BinaryOperator>(BEValue);
1008
if (!
BOp
)
1012
if (
BOp
->getOpcode() == Instruction::FAdd) {
1013
if (
BOp
->getOperand(0) == Phi)
1014
Addend =
BOp
->getOperand(1);
1015
else if (
BOp
->getOperand(1) == Phi)
1016
Addend =
BOp
->getOperand(0);
1017
} else if (
BOp
->getOpcode() == Instruction::FSub
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
1521
const BinaryOperator *
BOp
= dyn_cast<BinaryOperator>(C->IgnoreParens());
1522
return (!
BOp
|| !
BOp
->isLogicalOp());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
370
if (const CmpInst *
BOp
= dyn_cast<CmpInst>(Cond)) {
379
SwitchCG::CaseBlock CB(Condition, false,
BOp
->getOperand(0),
380
BOp
->getOperand(1), nullptr, TBB, FBB, CurBB,
418
const Instruction *
BOp
= dyn_cast<Instruction>(Cond);
426
if (
BOp
) {
427
BOpc = match(
BOp
, m_LogicalAnd(m_Value(BOpOp0), m_Value(BOpOp1)))
429
: (match(
BOp
, m_LogicalOr(m_Value(BOpOp0), m_Value(BOpOp1)))
442
bool BOpIsInOrAndTree = BOpc && BOpc == Opc &&
BOp
->hasOneUse();
443
if (!BOpIsInOrAndTree ||
BOp
->getParent() != CurBB->getBasicBlock() ||
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
2145
if (const CmpInst *
BOp
= dyn_cast<CmpInst>(Cond)) {
2150
(isExportableFromCurrentBlock(
BOp
->getOperand(0), BB) &&
2151
isExportableFromCurrentBlock(
BOp
->getOperand(1), BB))) {
2166
CaseBlock CB(Condition,
BOp
->getOperand(0),
BOp
->getOperand(1), nullptr,
2199
const Instruction *
BOp
= dyn_cast<Instruction>(Cond);
2207
if (
BOp
) {
2208
BOpc = match(
BOp
, m_LogicalAnd(m_Value(BOpOp0), m_Value(BOpOp1)))
2210
: (match(
BOp
, m_LogicalOr(m_Value(BOpOp0), m_Value(BOpOp1)))
2223
bool BOpIsInOrAndTree = BOpc && BOpc == Opc &&
BOp
->hasOneUse()
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026