Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1726 bool isMinSignedConstant(SDValue V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5088 return isMinSignedConstant(Op.getOperand(1)); in isADDLike()
11542 bool llvm::isMinSignedConstant(SDValue V) { in isMinSignedConstant() function in llvm
H A DDAGCombiner.cpp2814 isMinSignedConstant(N0.getOperand(1)); in visitADDLike()
9433 isMinSignedConstant(N1)) in visitXOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31245 (Opc == ISD::ATOMIC_LOAD_XOR && isMinSignedConstant(RHS))) { in lowerAtomicArith()