Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3357 Constant *IsZeroPoison = cast<Constant>(I.getOperand(1)); in handleCountLeadingTrailingZeros() local
3358 if (!IsZeroPoison->isZeroValue()) { in handleCountLeadingTrailingZeros()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8407 bool IsZeroPoison = cast<ConstantInt>(VPIntrin.getArgOperand(1))->isOne(); in getISDForVPIntrinsic() local
8408 ResOPC = IsZeroPoison ? ISD::VP_CTTZ_ELTS_ZERO_UNDEF : ISD::VP_CTTZ_ELTS; in getISDForVPIntrinsic()