HomeSort by: relevance | last modified time | path
    Searched refs:ConstZero (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandVectorPredication.cpp 201 Value *ConstZero = Builder.getInt32(0);
202 return Builder.CreateCall(ActiveMaskFunc, {ConstZero, EVLParam});
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 1347 // ConstZero means a bit we need to mask off.
1352 ConstZero,
1363 return K == ConstZero || K == VariableKnownToBeZero;
1484 Bits[i] = ValueBit(ValueBit::ConstZero);
1500 Bits[i] = ValueBit(ValueBit::ConstZero);
1521 // we have nothing to do here. Otherwise, make the bit ConstZero.
1525 Bits[i] = ValueBit(ValueBit::ConstZero);
1540 // If both inputs are known to be zero and one is ConstZero and
1545 // ConstZero.
1553 Bits[i] = ValueBit(ValueBit::ConstZero);
    [all...]

Completed in 15 milliseconds