Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBuildLibCalls.h30 Value *EmitStrLen(Value *Ptr, IRBuilder<> &B, const TargetData *TD);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp167 Value *DstLen = EmitStrLen(Dst, B, TD); in EmitStrLenMemCpy()
655 return EmitStrLen(CI->getArgOperand(0), B, TD); in CallOptimizer()
679 Value *StrLen = EmitStrLen(CI->getArgOperand(1), B, TD); in CallOptimizer()
1235 Value *Len = EmitStrLen(CI->getArgOperand(2), B, TD); in OptimizeFixedFormatString()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp33 Value *llvm::EmitStrLen(Value *Ptr, IRBuilder<> &B, const TargetData *TD) { in EmitStrLen() function in llvm