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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1353 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) {
1358 (isExportableFromCurrentBlock(BOp->getOperand(0), BB) &&
1359 isExportableFromCurrentBlock(BOp->getOperand(1), BB))) {
1372 CaseBlock CB(Condition, BOp->getOperand(0),
1373 BOp->getOperand(1), NULL, TBB, FBB, CurBB);
1393 const Instruction *BOp = dyn_cast<Instruction>(Cond); local
1394 if (!BOp || !(isa<BinaryOperator>(BOp) || isa<CmpInst>(BOp)) ||
1395 (unsigned)BOp
[all...]

Completed in 5992 milliseconds