Home
last modified time | relevance | path

Searched refs:isAllOnesConstant (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1886 if (isAllOnesConstant(N0)) in visitSUB()
1983 if (isAllOnesConstant(N0)) in visitSUBC()
2880 if (isAllOnesConstant(LR)) { in visitANDLike()
2900 Op0 == ISD::SETNE && ((isNullConstant(LR) && isAllOnesConstant(RR)) || in visitANDLike()
2901 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in visitANDLike()
3089 if (isAllOnesConstant(N1)) in visitAND()
3639 if (isAllOnesConstant(LR) && (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) { in visitORLike()
3819 if (isAllOnesConstant(N1)) in visitOR()
4214 if (isAllOnesConstant(N1) && in visitXOR()
4271 && isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()
[all …]
DSelectionDAG.cpp6691 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm
6702 return V.getOpcode() == ISD::XOR && isAllOnesConstant(V.getOperand(1)); in isBitwiseNot()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1365 bool isAllOnesConstant(SDValue V);
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1280 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1098 return isAllOnesConstant(Op); in isHWTrueValue()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3970 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1643 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8589 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()