Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp414 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
416 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes); in ExpandVSELECT()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp737 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
738 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes, in SimplifyDemandedUseBits()
740 SimplifyDemandedBits(I->getOperandUse(1), AllOnes, in SimplifyDemandedUseBits()
/external/llvm/lib/VMCore/
DInstructions.cpp1900 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
1901 return new BinaryOperator(Instruction::Xor, Op, AllOnes, in CreateNot()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3245 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
3247 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes); in LowerFCOPYSIGN()
3249 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes)); in LowerFCOPYSIGN()
6972 static bool isCMOVWithZeroOrAllOnesLHS(SDValue N, bool AllOnes) { in isCMOVWithZeroOrAllOnesLHS() argument
6980 if (AllOnes) in isCMOVWithZeroOrAllOnesLHS()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2759 const SCEV *AllOnes = in getNotSCEV() local
2761 return getMinusSCEV(AllOnes, V); in getNotSCEV()