Home
last modified time | relevance | path

Searched defs:NewLHS (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp846 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local
898 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local
921 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local
1516 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS, in FloatExpandSetCCOperands()
1547 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local
1642 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local
1660 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
DLegalizeIntegerTypes.cpp937 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands()
2700 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands()
2847 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local
2865 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local
2883 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
DTargetLowering.cpp124 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
/external/llvm/include/llvm/ADT/
DTwine.h500 Child NewLHS, NewRHS; in concat() local
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp194 Value *NewLHS = nullptr, *NewRHS = nullptr; in eliminateIVComparison() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp82 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
DInstCombineSelect.cpp1128 Value *NewLHS = Builder->CreateNot(LHS); in visitSelectInst() local
DInstCombineAndOrXor.cpp139 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) : in SimplifyBSwap() local
1296 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS, in visitAnd() local
DInstructionCombining.cpp1323 Value *NewLHS = isa<Constant>(LHS) ? C2 : Shuffle->getOperand(0); in SimplifyVectorOp() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp754 Value *NewLHS = Ops[i].Op; in RewriteExprTree() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3053 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() local