Searched defs:NewRHS (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp510 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); local
H A DInstCombinePHI.cpp81 PHINode *NewLHS = 0, *NewRHS = 0; local
H A DInstCombineAndOrXor.cpp1131 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, local
2355 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); local
H A DInstCombineCompares.cpp1073 APInt NewRHS = RHS->getValue().zext(SrcBits); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp667 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
713 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
736 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1306 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, SDLoc dl) argument
1337 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
1430 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1448 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DTargetLowering.cpp116 softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, SDLoc dl) const argument
H A DLegalizeIntegerTypes.cpp828 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, argument
2520 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, SDLoc dl) argument
2621 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
2639 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
2657 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DDAGCombiner.cpp3617 SDValue NewRHS = DAG.getNode(N->getOpcode(), SDLoc(LHS->getOperand(1)), local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp716 Value *NewRHS = Ops[i+1].Op; local
760 Value *NewRHS = Ops[i].Op; local
H A DLoopStrengthReduce.cpp1990 Value *NewRHS = 0; local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2569 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2535 SDValue NewRHS = DAG.getNode(ISD::BITCAST, DL, VT, AndOp.getOperand(1)); local

Completed in 261 milliseconds