Searched defs:AllOnes (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 775 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local 963 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 722 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4015 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/ |
D | MemorySanitizer.cpp | 1077 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2089 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6972 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/ |
D | ScalarEvolution.cpp | 3361 const SCEV *AllOnes = in getNotSCEV() local
|