Home
last modified time | relevance | path

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

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