Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp775 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
963 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp722 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4015 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
8243 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
8259 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
8335 bool AllOnes = false) { in combineSelectAndUse()
8359 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1077 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/external/llvm/lib/IR/
DInstructions.cpp2089 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp6972 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitMask() local
7015 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitBlend() local
27033 SDValue AllOnes = in PerformSExtCombine() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3361 const SCEV *AllOnes = in getNotSCEV() local