Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp582 if (!Visitor.bothKnown(Data)) in getObjectSize()
928 if (!bothKnown(PredecessorSizeOffsets.back())) in findLoadSizeOffset()
954 if (!bothKnown(SO)) in visitLoadInst()
961 if (!bothKnown(LHS) || !bothKnown(RHS)) in combineSizeOffset()
1021 if (!bothKnown(Result)) { in compute()
1047 if (Visitor.bothKnown(Const)) in compute_()
1150 if (!bothKnown(PtrData)) in visitGEPOperator()
1180 if (!bothKnown(EdgeData)) { in visitPHINode()
1213 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)) in visitSelectInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h222 static bool bothKnown(const SizeOffsetType &SizeOffset) { in bothKnown() function
299 bool bothKnown(SizeOffsetEvalType SizeOffset) { in bothKnown() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp65 if (!ObjSizeEval.bothKnown(SizeOffset)) { in getBoundsCheckCond()
H A DAddressSanitizer.cpp3490 if (!ObjSizeVis.bothKnown(SizeOffset)) return false; in isSafeAccess()