Searched defs:AllOnes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp737 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp492 SDValue AllOnes = DAG.getConstant( local
534 SDValue AllOnes = DAG.getConstant( local
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp1906 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp3284 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
7059 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
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...]

Completed in 238 milliseconds