Home
last modified time | relevance | path

Searched refs:ZeroV (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp347 Value *ZeroV = ConstantInt::getSigned(getSlowType(), 0); in insertOperandRuntimeCheck() local
348 return Builder.CreateICmpEQ(AndV, ZeroV); in insertOperandRuntimeCheck()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp404 auto ZeroV = isl::val::zero(Build.ctx()); in buildRunCondition() local
407 isl::ast_expr::from_val(std::move(ZeroV)).eq(std::move(NegCond)); in buildRunCondition()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7694 SDValue ZeroV = DAG.getConstant(0, DL, IntVT); in expandIS_FPCLASS() local
7715 IntBitIsSetV = DAG.getSetCC(DL, ResultVT, IntBitV, ZeroV, ISD::SETNE); in expandIS_FPCLASS()
7751 PartialRes = DAG.getSetCC(DL, ResultVT, OpAsInt, ZeroV, ISD::SETEQ); in expandIS_FPCLASS()
7753 PartialRes = DAG.getSetCC(DL, ResultVT, AbsV, ZeroV, ISD::SETEQ); in expandIS_FPCLASS()
7783 DAG.getSetCC(DL, ResultVT, ExpBits, ZeroV, ISD::SETEQ); in expandIS_FPCLASS()