Searched defs:BOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1350 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) {
1355 (isExportableFromCurrentBlock(BOp->getOperand(0), BB) &&
1356 isExportableFromCurrentBlock(BOp->getOperand(1), BB))) {
1369 CaseBlock CB(Condition, BOp->getOperand(0),
1370 BOp->getOperand(1), NULL, TBB, FBB, CurBB);
1390 const Instruction *BOp = dyn_cast<Instruction>(Cond); local
1391 if (!BOp || !(isa<BinaryOperator>(BOp) || isa<CmpInst>(BOp)) ||
1392 (unsigned)BOp
[all...]

Completed in 179 milliseconds