Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp132 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, in ExtractConstantBytes() function
174 return ExtractConstantBytes(CE->getOperand(0), in ExtractConstantBytes()
321 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8)) in ConstantFoldCastInstruction()