Home
last modified time | relevance | path

Searched refs:FirstItem (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h308 TypedInit *FirstItem = nullptr);
H A DTGParser.cpp970 TypedInit *FirstItem) { in ParseRangePiece() argument
971 Init *CurVal = FirstItem; in ParseRangePiece()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1008 Value *FirstItem = IRB.CreateExtractValue(Shadow, 0); in collapseAggregateShadow() local
1009 Value *Aggregator = collapseToPrimitiveShadow(FirstItem, IRB); in collapseAggregateShadow()
H A DMemorySanitizer.cpp1634 Value *FirstItem = IRB.CreateExtractValue(Shadow, 0); in collapseArrayShadow() local
1635 Value *Aggregator = convertShadowToScalar(FirstItem, IRB); in collapseArrayShadow()