Searched refs:In1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 45 ConstantInt *In1, ConstantInt *In2, in HasAddOverflow() argument 48 return Result->getValue().ult(In1->getValue()); in HasAddOverflow() 51 return Result->getValue().sgt(In1->getValue()); in HasAddOverflow() 52 return Result->getValue().slt(In1->getValue()); in HasAddOverflow() 57 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() argument 59 Result = ConstantExpr::getAdd(In1, In2); in AddWithOverflow() 61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() 63 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i); in AddWithOverflow() 65 ExtractElement(In1, Idx), in AddWithOverflow() 74 cast<ConstantInt>(In1), cast<ConstantInt>(In2), in AddWithOverflow() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1571 SDValue In1 = Node->getOperand(1); in SelectAtomic64() local 1576 if (!SelectAddr(Node, In1, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) in SelectAtomic64()
|
| D | X86ISelLowering.cpp | 13513 SDValue In1 = Node->getOperand(1); in ReplaceATOMIC_BINARY_64() local 13518 SDValue Ops[] = { Chain, In1, In2L, In2H }; in ReplaceATOMIC_BINARY_64()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 2436 SDValue In1 = N1.getOperand(0); in SimplifyBinOpWithSameOpcodeHands() local 2438 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() 2443 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()
|