Home
last modified time | relevance | path

Searched refs:In1Ty (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td284 ValueType In1Ty, ValueType In2Ty>
288 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
307 ValueType In1Ty, ValueType In2Ty>
310 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2776 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local
2780 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()