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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 490 SDValue OrigOp = N->getOperand(i);
491 SDValue Op = OrigOp;
501 } else if (Op != OrigOp) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 475 SDValue OrigOp = N->getOperand(i);
476 SDValue Op = OrigOp;
486 } else if (Op != OrigOp) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 543 SDValue combineExtract(const SDLoc &DL, EVT ElemVT, EVT VecVT, SDValue OrigOp,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 826 milliseconds