Searched defs:One (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h58 static CharUnits One() { function in class:clang::CharUnits
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.h50 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp127 Value *One = ConstantInt::get(Int32Ty, 1); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp135 ConstantInt *One = Builder.getInt32(1); local
H A DSimplifyLibCalls.cpp1243 Constant *One = ConstantFP::get(*Context, APFloat(1.0f)); local
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp970 SDValue One = DAG.getConstant(1, VT); local
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp589 SDValue One = DAG.getConstant(1, MVT::i32); local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1675 const SCEV *One = getConstant(Ty, 1); variable
[all...]
H A DScalarEvolutionExpander.cpp1333 Constant *One = ConstantInt::get(Ty, 1); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1379 SDValue One = DAG.getConstant(1, ResTy); local
1506 SDValue One = DAG.getConstant(1, VecTy); local
1540 SDValue One = DAG.getConstant(1, VecTy); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1470 Constant *One = ConstantInt::get(I.getType(), 1); local
H A DInstCombineAndOrXor.cpp1552 ConstantInt *One = dyn_cast<ConstantInt>(BO->getOperand(0)); local
H A DInstCombineCasts.cpp466 Constant *One = ConstantInt::get(Src->getType(), 1); local
532 Constant *One = ConstantInt::get(In->getType(), 1); local
579 Constant *One = ConstantInt::get(In->getType(), 1); local
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstants.cpp1784 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp700 llvm::Value *One = llvm::ConstantInt::get(LPtr->getType(), 1); local
740 llvm::Constant *One = llvm::ConstantInt::get(Ptr->getType(), 1); local
H A DCGExprScalar.cpp2606 llvm::Value *One = llvm::ConstantInt::get(BitsShiftedOff->getType(), 1); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1937 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1); local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10518 SDValue One = DAG.getIntPtrConstant(EltSize); local

Completed in 238 milliseconds