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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp762 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp625 SDValue AllOnes = DAG.getConstant( local
692 SDValue AllOnes = DAG.getConstant( local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp1913 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp874 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); local
875 DEBUG(dbgs() << "Undef: " << *U << " ==> " << *AllOnes << "\n"); local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3751 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
8066 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
8085 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
8183 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]

Completed in 300 milliseconds