HomeSort by relevance Sort by last modified time
    Searched refs:bothKnown (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 364 if (!Visitor.bothKnown(Data))
529 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(*TD, Offset))
567 if (bothKnown(TrueSide) && bothKnown(FalseSide) && TrueSide == FalseSide)
593 if (!bothKnown(Result)) {
612 if (Visitor.bothKnown(Const))
717 if (!bothKnown(PtrData))
747 if (!bothKnown(EdgeData)) {
776 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 185 bool bothKnown(SizeOffsetType &SizeOffset) {
250 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 137 if (!ObjSizeEval->bothKnown(SizeOffset)) {

Completed in 35 milliseconds