Searched refs:FullTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | ValueList.cpp | 68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue() argument 70 push_back(V, FullTy); in assignValue() 77 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy); in assignValue() 78 FullTypes[Idx] = FullTy; in assignValue() 120 Type **FullTy) { in getValueFwdRef() argument 132 if (FullTy) in getValueFwdRef() 133 *FullTy = FullTypes[Idx]; in getValueFwdRef()
|
| HD | BitcodeReader.cpp | 613 std::pair<Type *, Type *> getPointerElementTypes(Type *FullTy) { in getPointerElementTypes() argument 614 Type *ElTy = cast<PointerType>(FullTy)->getElementType(); in getPointerElementTypes() 628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID() argument 631 return ValueList.getValueFwdRef(ID, Ty, FullTy); in getFnValueByID() 654 Type **FullTy = nullptr) { in getValueTypePair() argument 663 ResVal = getFnValueByID(ValNo, nullptr, FullTy); in getValueTypePair() 671 if (FullTy) in getValueTypePair() 672 *FullTy = getFullyStructuredTypeByID(TypeNo); in getValueTypePair() 3099 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local 3100 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord() [all …]
|
| HD | ValueList.h | 99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr); 101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 4244 llvm::StructType *FullTy = CallInfo.getArgStruct(); in EmitCall() local 4247 assert(DeclaredTy->getNumElements() == FullTy->getNumElements()); in EmitCall() 4250 FI = FullTy->element_begin(); in EmitCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 3179 Type *FullTy = LHS->getType(); in getURemExpr() local 3182 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
|