Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp414 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp737 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3245 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
6972 static bool isCMOVWithZeroOrAllOnesLHS(SDValue N, bool AllOnes) { in isCMOVWithZeroOrAllOnesLHS()
/external/llvm/lib/VMCore/
DInstructions.cpp1900 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2759 const SCEV *AllOnes = in getNotSCEV() local