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

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp373 if (!Visitor.bothKnown(Data))
540 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(*DL, Offset))
578 if (bothKnown(TrueSide) && bothKnown(FalseSide) && TrueSide == FalseSide)
609 if (!bothKnown(Result)) {
628 if (Visitor.bothKnown(Const))
735 if (!bothKnown(PtrData))
765 if (!bothKnown(EdgeData)) {
794 if (!bothKnown(TrueSide) || !bothKnown(FalseSid
[all...]
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h189 bool bothKnown(SizeOffsetType &SizeOffset) { function in class:llvm::ObjectSizeOffsetVisitor
257 bool bothKnown(SizeOffsetEvalType SizeOffset) { function in class:llvm::ObjectSizeOffsetEvaluator
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp135 if (!ObjSizeEval->bothKnown(SizeOffset)) {

Completed in 119 milliseconds