Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp120 auto CmpNull = in getStrlenWithNull() local
122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22443 bool CmpNull = isNullConstant(RHS); in MatchVectorAllEqualTest() local
22445 if (!CmpNull && !CmpAllOnes) in MatchVectorAllEqualTest()
22456 if (CmpNull) { in MatchVectorAllEqualTest()
22475 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; in MatchVectorAllEqualTest()
22502 CmpNull ? DAG.getConstant(0, DL, VT) in MatchVectorAllEqualTest()
22515 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
22534 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) && in MatchVectorAllEqualTest()
22550 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask; in MatchVectorAllEqualTest()