Home
last modified time | relevance | path

Searched refs:AndLHS (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp241 Value *AndLHS = CmpBO->getOperand(0); in extractAlignmentInfo() local
243 const SCEV *AndLHSSCEV = SE->getSCEV(AndLHS); in extractAlignmentInfo()
246 std::swap(AndLHS, AndRHS); in extractAlignmentInfo()
274 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4865 SDValue AndLHS = LHS->getOperand(0); in SelectBFE() local
4869 if (isa<ConstantSDNode>(AndLHS)) { in SelectBFE()
4870 std::swap(AndLHS, AndRHS); in SelectBFE()
4905 Val = AndLHS; in SelectBFE()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2187 const Value *AndLHS = AI->getOperand(0); in emitCompareAndBranch() local
2190 if (const auto *C = dyn_cast<ConstantInt>(AndLHS)) in emitCompareAndBranch()
2192 std::swap(AndLHS, AndRHS); in emitCompareAndBranch()
2197 LHS = AndLHS; in emitCompareAndBranch()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14121 SDValue AndLHS = N0->getOperand(0); in SimplifySelectCC() local
14127 DAG.getConstant(AndMask.countLeadingZeros(), SDLoc(AndLHS), in SimplifySelectCC()
14128 getShiftAmountTy(AndLHS.getValueType())); in SimplifySelectCC()
14129 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt); in SimplifySelectCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14159 SDValue AndLHS = Op0; in LowerToBT() local
14161 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerToBT()
14162 LHS = AndLHS.getOperand(0); in LowerToBT()
14163 RHS = AndLHS.getOperand(1); in LowerToBT()
14168 LHS = AndLHS; in LowerToBT()
19568 SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath() local
19571 V = DAG.getNode(ISD::ADD, DL, VT, AndLHS, AndRHS); in LowerVectorCTPOPBitmath()