Searched defs:NegOne (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp459 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( local
H A DReassociate.cpp290 Constant *NegOne = Ty->isIntOrIntVectorTy() ? local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp126 Value *NegOne = Builder.CreateSExt( local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1711 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2219 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3426 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4249 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); local
4266 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); local
H A DDAGCombiner.cpp5030 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); local
5041 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2257 SDValue NegOne = DAG.getConstant(-1, DL, VT); local
2495 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); local

Completed in 445 milliseconds