Searched refs:FullTy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { argument
70 push_back(V, FullTy);
77 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy);
78 FullTypes[Idx] = FullTy;
120 Type **FullTy) {
132 if (FullTy)
133 *FullTy = FullTypes[Idx];
119 getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy) argument
H A DValueList.h99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr);
101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
H A DBitcodeReader.cpp613 std::pair<Type *, Type *> getPointerElementTypes(Type *FullTy) { argument
614 Type *ElTy = cast<PointerType>(FullTy)->getElementType();
628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) {
631 return ValueList.getValueFwdRef(ID, Ty, FullTy);
654 Type **FullTy = nullptr) {
663 ResVal = getFnValueByID(ValNo, nullptr, FullTy);
671 if (FullTy)
672 *FullTy = getFullyStructuredTypeByID(TypeNo);
3099 Type *FullTy = getFullyStructuredTypeByID(Record[0]);
3100 Type *Ty = flattenPointerTypes(FullTy);
3305 Type *FullTy = PointerType::get(FullFTy, AddrSpace); local
3337 Type *FullTy = getFullyStructuredTypeByID(Record[OpNum++]); local
3787 Type *FullTy = nullptr; local
4525 Type *FullTy; local
4842 Type *FullTy; local
4865 Type *FullTy; local
5056 Type *FullTy; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4244 llvm::StructType *FullTy = CallInfo.getArgStruct();
4247 assert(DeclaredTy->getNumElements() == FullTy->getNumElements());
4250 FI = FullTy->element_begin();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3179 Type *FullTy = LHS->getType();
3182 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy);

Completed in 222 milliseconds