Home
last modified time | relevance | path

Searched refs:isMinSignedConstant (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1695 bool isMinSignedConstant(SDValue V);
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2441 if (isMinSignedConstant(N.getOperand(1)) && !matchAdd(N, AM, Depth)) in matchAddressRecursively()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp10894 bool llvm::isMinSignedConstant(SDValue V) { in isMinSignedConstant() function in llvm
DDAGCombiner.cpp2419 return isMinSignedConstant(V.getOperand(1)); in isADDLike()
8726 isMinSignedConstant(N1)) in visitXOR()