Home
last modified time | relevance | path

Searched defs:IntChar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3186 Value *IntChar = ConstantInt::get(IntTy, (unsigned char)FormatStr[0]); in optimizePrintFString() local
3203 Value *IntChar = ConstantInt::get(IntTy, (unsigned char)OperandStr[0]); in optimizePrintFString() local
3231 Value *IntChar = B.CreateIntCast(CI->getArgOperand(1), IntTy, false); in optimizePrintFString() local