Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3078 Constant *IsZeroPoison = cast<Constant>(I.getOperand(1)); in handleCountZeroes() local
3079 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8253 bool IsZeroPoison = cast<ConstantInt>(VPIntrin.getArgOperand(1))->isOne(); in getISDForVPIntrinsic() local
8254 ResOPC = IsZeroPoison ? ISD::VP_CTTZ_ELTS_ZERO_UNDEF : ISD::VP_CTTZ_ELTS; in getISDForVPIntrinsic()