Searched defs:Two (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1384 APInt Two = APInt(Distance.getBitWidth(), 2, true); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2446 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); local
H A DItaniumCXXABI.cpp3413 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3692 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfMulO, RHSHigh, LHSLow); local
H A DDAGCombiner.cpp4696 SDValue Two = DAG.getConstant(2, DL, OpVT); local
12926 const SDValue Two = DAG.getConstantFP(2.0, DL, VT); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10192 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local
10204 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local
10236 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); local

Completed in 263 milliseconds