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

/external/llvm/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);
/external/llvm/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,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3267 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
3269 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes);
3271 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes));
7024 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
7028 return AllOnes ? C->isAllOnesValue() : C->isNullValue();
7034 // (select cc 0, y) [AllOnes=0]
7035 // (select cc y, 0) [AllOnes=0]
7036 // (zext cc) [AllOnes=0]
7037 // (sext cc) [AllOnes
7043 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
7141 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp1906 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
1907 return new BinaryOperator(Instruction::Xor, Op, AllOnes,
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2750 const SCEV *AllOnes =
2752 return getMinusSCEV(AllOnes, V);

Completed in 171 milliseconds