Searched refs:getWithByValType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h110 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp171 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { function in class:Attribute
843 Attr = Attribute::getWithByValType(C, B.getByValType());
H A DCore.cpp146 return wrap(Attribute::getWithByValType(Ctx, NULL));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp910 C, i, Attribute::getWithByValType(C, TypeMapper->remapType(Ty)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp650 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3290 Func->addParamAttr(i, Attribute::getWithByValType(
3760 i, Attribute::getWithByValType(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4689 ix, Attribute::getWithByValType(

Completed in 250 milliseconds