Searched refs:bothKnown (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp372 if (!Visitor.bothKnown(Data))
537 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(*DL, Offset))
575 if (bothKnown(TrueSide) && bothKnown(FalseSide) && TrueSide == FalseSide)
602 if (!bothKnown(Result)) {
621 if (Visitor.bothKnown(Const))
728 if (!bothKnown(PtrData))
758 if (!bothKnown(EdgeData)) {
787 if (!bothKnown(TrueSide) || !bothKnown(FalseSid
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h189 bool bothKnown(SizeOffsetType &SizeOffset) { function in class:llvm::ObjectSizeOffsetVisitor
255 bool bothKnown(SizeOffsetEvalType SizeOffset) { function in class:llvm::ObjectSizeOffsetEvaluator
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp136 if (!ObjSizeEval->bothKnown(SizeOffset)) {

Completed in 156 milliseconds