HomeSort by relevance Sort by last modified time
    Searched refs:newOpc (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 543 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
544 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 531 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
532 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
    [all...]

Completed in 277 milliseconds