Home
last modified time | relevance | path

Searched defs:FullTy (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue()
120 Type **FullTy) { in getValueFwdRef()
DBitcodeReader.cpp613 std::pair<Type *, Type *> getPointerElementTypes(Type *FullTy) { in getPointerElementTypes()
628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID()
654 Type **FullTy = nullptr) { in getValueTypePair()
3099 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local
3305 Type *FullTy = PointerType::get(FullFTy, AddrSpace); in parseFunctionRecord() local
3337 Type *FullTy = getFullyStructuredTypeByID(Record[OpNum++]); in parseGlobalIndirectSymbolRecord() local
3787 Type *FullTy = nullptr; in parseFunctionBody() local
4525 Type *FullTy; in parseFunctionBody() local
4842 Type *FullTy; in parseFunctionBody() local
4865 Type *FullTy; in parseFunctionBody() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3179 Type *FullTy = LHS->getType(); in getURemExpr() local