Home | History | Annotate | Download | only in Sparc

Lines Matching defs:depth

838                                                          unsigned Depth) const {
846 DAG.ComputeMaskedBits(Op.getOperand(1), KnownZero, KnownOne, Depth+1);
847 DAG.ComputeMaskedBits(Op.getOperand(0), KnownZero2, KnownOne2, Depth+1);
1087 uint64_t depth = Op.getConstantOperandVal(0);
1090 if (depth == 0)
1097 for (uint64_t i = 0; i != depth; ++i) {
1118 uint64_t depth = Op.getConstantOperandVal(0);
1121 if (depth == 0)
1128 for (uint64_t i = 0; i != depth; ++i) {
1132 DAG.getIntPtrConstant((i == depth-1)?60:56));