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

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DSetTheory.cpp51 struct AndOp : public SetTheory::Operator { struct in namespace:__anon3678
248 addOperator("and", new AndOp);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3981 SDValue AndOp; local
3983 AndOp = Op0;
3985 AndOp = Op1;
3988 if (AndOp.getNode() && AndOp.getOpcode() == ISD::BITCAST)
3989 AndOp = AndOp.getOperand(0);
3991 if (AndOp.getNode() && AndOp.getOpcode() == ISD::AND) {
3993 Op0 = DAG.getNode(ISD::BITCAST, dl, VT, AndOp
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1831 SDValue AndOp = DAG.getNode(ISD::AND, getCurDebugLoc(), local
1835 AndOp, DAG.getConstant(0, VT),

Completed in 95 milliseconds