Home
last modified time | relevance | path

Searched defs:ZeroIsPoison (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1050 return Ops[0].ctlz(ZeroIsPoison->getBoolValue()); in intrinsic() local
1044 const APInt *ZeroIsPoison = Ops[1].getSingleElement(); intrinsic() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1089 getBitWidthForCttzElements(Type * RetTy,ElementCount EC,bool ZeroIsPoison,const ConstantRange * VScaleRange) const getBitWidthForCttzElements() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1780 bool ZeroIsPoison = !cast<ConstantInt>(Args[1])->isZero(); getIntrinsicInstrCost() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8031 bool ZeroIsPoison = visitIntrinsicCall() local