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.cpp119 auto CmpNull = in getStrlenWithNull() local
121 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22267 bool CmpNull = isNullConstant(RHS); in MatchVectorAllEqualTest() local
22269 if (!CmpNull && !CmpAllOnes) in MatchVectorAllEqualTest()
22280 if (CmpNull) { in MatchVectorAllEqualTest()
22299 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; in MatchVectorAllEqualTest()
22326 CmpNull ? DAG.getConstant(0, DL, VT) in MatchVectorAllEqualTest()
22339 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
22358 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) && in MatchVectorAllEqualTest()
22374 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask; in MatchVectorAllEqualTest()