Searched refs:addrPointsToConstantData (Results 1 – 2 of 2) sorted by relevance
140 bool addrPointsToConstantData(Value *Addr);381 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in ThreadSanitizer445 if (addrPointsToConstantData(Addr)) { in chooseInstructionsToInstrument()
556 bool addrPointsToConstantData(Value *Addr);729 bool NumericalStabilitySanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in NumericalStabilitySanitizer1119 if (addrPointsToConstantData(Load.getPointerOperand())) { in handleLoad()