Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDAlignmentFromAssumptions.cpp237 Value *AndLHS = CmpBO->getOperand(0); in extractAlignmentInfo() local
239 const SCEV *AndLHSSCEV = SE->getSCEV(AndLHS); in extractAlignmentInfo()
242 std::swap(AndLHS, AndRHS); in extractAlignmentInfo()
271 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp4810 SDValue AndLHS = LHS->getOperand(0); in SelectBFE() local
4814 if (isa<ConstantSDNode>(AndLHS)) { in SelectBFE()
4815 std::swap(AndLHS, AndRHS); in SelectBFE()
4850 Val = AndLHS; in SelectBFE()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp2162 const Value *AndLHS = AI->getOperand(0); in emitCompareAndBranch() local
2165 if (const auto *C = dyn_cast<ConstantInt>(AndLHS)) in emitCompareAndBranch()
2167 std::swap(AndLHS, AndRHS); in emitCompareAndBranch()
2172 LHS = AndLHS; in emitCompareAndBranch()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp13450 SDValue AndLHS = N0->getOperand(0); in SimplifySelectCC() local
13456 DAG.getConstant(AndMask.countLeadingZeros(), SDLoc(AndLHS), in SimplifySelectCC()
13457 getShiftAmountTy(AndLHS.getValueType())); in SimplifySelectCC()
13458 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt); in SimplifySelectCC()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp13306 SDValue AndLHS = Op0; in LowerToBT() local
13308 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerToBT()
13309 LHS = AndLHS.getOperand(0); in LowerToBT()
13310 RHS = AndLHS.getOperand(1); in LowerToBT()
13315 LHS = AndLHS; in LowerToBT()
18261 SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath() local
18264 V = DAG.getNode(ISD::ADD, DL, VT, AndLHS, AndRHS); in LowerVectorCTPOPBitmath()