Searched refs:charBox (Results 1 – 2 of 2) sorted by relevance
71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()73 return *charBox; in toDataLengthPair()
634 if (auto charBox = val.getCharBox()) { in toValue() local635 auto buffer = charBox->getBuffer(); in toValue()639 buffer, charBox->getLen()); in toValue()1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local1120 len = charBox->getLen(); in genLen()