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

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 372 if (!Visitor.bothKnown(Data))
539 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(DL, Offset))
577 if (bothKnown(TrueSide) && bothKnown(FalseSide) && TrueSide == FalseSide)
607 if (!bothKnown(Result)) {
626 if (Visitor.bothKnown(Const))
730 if (!bothKnown(PtrData))
760 if (!bothKnown(EdgeData)) {
789 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 180 bool bothKnown(SizeOffsetType &SizeOffset) {
248 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 134 if (!ObjSizeEval->bothKnown(SizeOffset)) {
AddressSanitizer.cpp     [all...]

Completed in 1351 milliseconds