Home
last modified time | relevance | path

Searched defs:AllOnes (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp710 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
879 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp763 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3839 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
7557 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
7576 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
7650 bool AllOnes = false) { in combineSelectAndUse()
7674 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp922 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/external/llvm/lib/IR/
DInstructions.cpp1925 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2885 const SCEV *AllOnes = in getNotSCEV() local