Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp541 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor
563 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
615 if (!CheckedZextOrTrunc(Size)) in visitCallSite()
627 if (!CheckedZextOrTrunc(NumElems)) in visitCallSite()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp512 auto CheckedZextOrTrunc = [&](APInt &I) { in visitCallSite() local
524 if (!CheckedZextOrTrunc(Size)) in visitCallSite()
536 if (!CheckedZextOrTrunc(NumElems)) in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h246 bool CheckedZextOrTrunc(APInt &I);