HomeSort by: relevance | last modified time | path
    Searched refs:isOverflowIntrOpRes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 2744 inline bool isOverflowIntrOpRes(SDValue Op) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 3046 if (isOneConstant(Other) && ISD::isOverflowIntrOpRes(Sel)) {
6616 if (ISD::isOverflowIntrOpRes(LHS) && isOneConstant(RHS) &&
7205 if (ISD::isOverflowIntrOpRes(CCVal)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 24359 if (ISD::isOverflowIntrOpRes(LHS) &&
24431 if (ISD::isOverflowIntrOpRes(Cond)) {
    [all...]

Completed in 84 milliseconds