Lines Matching defs:get
547 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { in get() function in ConstantInt
560 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt
570 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt
582 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt
594 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { in get() function in ConstantInt
625 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP
642 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP
687 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { in get() function in ConstantFP
892 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get() function in ConstantArray
953 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { in get() function in ConstantStruct
981 Constant *ConstantStruct::get(StructType *T, ...) { in get() function in ConstantStruct
998 Constant *ConstantVector::get(ArrayRef<Constant*> V) { in get() function in ConstantVector
1049 ConstantTokenNone *ConstantTokenNone::get(LLVMContext &Context) { in get() function in ConstantTokenNone
1261 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { in get() function in ConstantAggregateZero
1329 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { in get() function in ConstantPointerNull
1342 UndefValue *UndefValue::get(Type *Ty) { in get() function in UndefValue
1356 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get() function in BlockAddress
1361 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get() function in BlockAddress
1733 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get() function in ConstantExpr
2416 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint8_t> Elts) { in get() function in ConstantDataArray
2421 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get() function in ConstantDataArray
2426 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get() function in ConstantDataArray
2431 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get() function in ConstantDataArray
2436 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<float> Elts) { in get() function in ConstantDataArray
2441 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<double> Elts) { in get() function in ConstantDataArray
2488 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get() function in ConstantDataVector
2493 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get() function in ConstantDataVector
2498 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get() function in ConstantDataVector
2503 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get() function in ConstantDataVector
2508 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { in get() function in ConstantDataVector
2513 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { in get() function in ConstantDataVector