Searched defs:Narrow (Results 1 – 8 of 8) sorted by relevance
2 class Narrow { class28 function Narrow() { class in Narrow
1 function Narrow<T>(value: any): asserts value is T {} function
5 type Narrow<A> = (A extends Narrowable ? A : never) | ({ alias
1 class Narrow { class
476 Narrow = 8, enumerator489 Narrow = 8, enumerator502 Narrow = 8, enumerator515 Narrow = 8, enumerator
1417 bool Narrow = VT.getSizeInBits() == 64; in SelectLoadLane() local1456 bool Narrow = VT.getSizeInBits() == 64; in SelectPostLoadLane() local1511 bool Narrow = VT.getSizeInBits() == 64; in SelectStoreLane() local1540 bool Narrow = VT.getSizeInBits() == 64; in SelectPostStoreLane() local
1154 enum EncodingSizeType { Best, Narrow, Wide }; enumerator
39883 SDValue Narrow = N->getOperand(0); in PromoteMaskArithmetic() local