Searched refs:addrPointsToConstantData (Results 1 – 2 of 2) sorted by relevance
141 bool addrPointsToConstantData(Value *Addr);379 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in ThreadSanitizer443 if (addrPointsToConstantData(Addr)) { in chooseInstructionsToInstrument()
508 bool addrPointsToConstantData(Value *Addr);675 bool NumericalStabilitySanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in NumericalStabilitySanitizer1065 if (addrPointsToConstantData(Load.getPointerOperand())) { in handleLoad()