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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp492 SDValue AllOnes = DAG.getConstant( local
494 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
534 SDValue AllOnes = DAG.getConstant( local
536 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp737 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
738 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes,
740 SimplifyDemandedBits(I->getOperandUse(1), AllOnes,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp3284 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
3286 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes);
3288 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes));
7059 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
7063 return AllOnes ? C->isAllOnesValue() : C->isNullValue();
7069 // (select cc 0, y) [AllOnes=0]
7070 // (select cc y, 0) [AllOnes=0]
7071 // (zext cc) [AllOnes=0]
7072 // (sext cc) [AllOnes
7078 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
7176 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp1906 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
1907 return new BinaryOperator(Instruction::Xor, Op, AllOnes,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp2750 const SCEV *AllOnes =
2752 return getMinusSCEV(AllOnes, V);

Completed in 242 milliseconds