Searched refs:ConstZero (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp488 auto ConstZero = MIB.buildConstant(sXLen, 0);
492 MIB.buildICmp(CmpInst::ICMP_NE, GISFPCLASS, And, ConstZero);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp240 Value *ConstZero = Builder.getInt32(0); local
241 return Builder.CreateCall(ActiveMaskFunc, {ConstZero, EVLParam});
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1523 // ConstZero means a bit we need to mask off.
1528 ConstZero,
1538 return K == ConstZero || K == VariableKnownToBeZero;
1659 Bits[i] = ValueBit(ValueBit::ConstZero);
1664 Bits[i] = ValueBit(ValueBit::ConstZero);
1680 Bits[i] = ValueBit(ValueBit::ConstZero);
1685 Bits[i] = ValueBit(ValueBit::ConstZero);
1707 // we have nothing to do here. Otherwise, make the bit ConstZero.
1711 Bits[i] = ValueBit(ValueBit::ConstZero);
1726 // If both inputs are known to be zero and one is ConstZero an
[all...]

Completed in 127 milliseconds