HomeSort by: relevance | last modified time | path
    Searched defs:BinOpcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 7639 Instruction::BinaryOps BinOpcode = BinOp->getOpcode();
7645 switch (BinOpcode) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 2131 auto BinOpcode = BO->getOpcode();
2133 (BinOpcode == ISD::AND || BinOpcode == ISD::OR) &&
2149 SDValue NewCT = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CT)
2150 : DAG.getNode(BinOpcode, DL, VT, CT, CBO);
2156 SDValue NewCF = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CF)
2157 : DAG.getNode(BinOpcode, DL, VT, CF, CBO);
19956 unsigned BinOpcode = BinOp.getOpcode();
19957 if (!TLI.isBinOp(BinOpcode) || BinOp.getNode()->getNumValues() != 1)
19967 if (!TLI.isOperationLegalOrCustom(BinOpcode, SubVT, LegalOperations)
    [all...]

Completed in 123 milliseconds