Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp519 if (!Visitor.bothKnown(Data)) in getObjectSize()
787 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(DL, Offset)) in visitGEPOperator()
825 if (bothKnown(TrueSide) && bothKnown(FalseSide)) { in visitSelectInst()
879 if (!bothKnown(Result)) { in compute()
905 if (Visitor.bothKnown(Const)) in compute_()
1016 if (!bothKnown(PtrData)) in visitGEPOperator()
1046 if (!bothKnown(EdgeData)) { in visitPHINode()
1079 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)) in visitSelectInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h264 static bool bothKnown(const SizeOffsetType &SizeOffset) { in bothKnown() function
336 bool bothKnown(SizeOffsetEvalType SizeOffset) { in bothKnown() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp67 if (!ObjSizeEval.bothKnown(SizeOffset)) { in getBoundsCheckCond()
H A DAddressSanitizer.cpp3568 if (!ObjSizeVis.bothKnown(SizeOffset)) return false; in isSafeAccess()