Searched defs:NewLHS (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, in SoftenSetCCOperands() 713 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 755 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 774 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1293 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS, in FloatExpandSetCCOperands() 1324 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1405 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1423 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
| D | LegalizeIntegerTypes.cpp | 814 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2486 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands() 2587 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2605 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2623 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
| /external/llvm/include/llvm/ADT/ |
| D | Twine.h | 482 Child NewLHS, NewRHS; in concat() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 81 PHINode *NewLHS = 0, *NewRHS = 0; in FoldPHIArgBinOpIntoPHI() local
|
| D | InstCombineAndOrXor.cpp | 1053 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS, in visitAnd() local
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 2371 Constant *NewLHS = ConstantExpr::getGetElementPtr(Null, IndicesLHS); in SimplifyICmpInst() local
|