Home
last modified time | relevance | path

Searched refs:isOperationCustom (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h637 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2166 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()