Searched defs:NegOne (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3070 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4020 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); local
H A DTargetLowering.cpp3190 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); local
3203 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1972 SDValue NegOne = DAG.getConstant(-1, DL, VT); local
2205 const SDValue NegOne = DAG.getConstant(-1, SL, MVT::i32); local
2277 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8654 Constant *NegOne = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp428 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( local
H A DReassociate.cpp275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp162 ConstantInt *NegOne; local

Completed in 364 milliseconds