Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp750 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
919 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp806 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3904 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
7618 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
7637 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
7711 bool AllOnes = false) { in combineSelectAndUse()
7735 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1028 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/external/llvm/lib/IR/
DInstructions.cpp1820 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3292 const SCEV *AllOnes = in getNotSCEV() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp6204 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), EltVT); in lowerVectorShuffleAsBitBlend() local
6610 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), IntEltVT); in lowerVectorShuffleAsBitMask() local