Searched refs:relatedCheck (Results 1 – 3 of 3) sorted by relevance
107 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B, in relatedCheck() function in ProvenanceAnalysis174 bool Result = relatedCheck(A, B, DL); in related()
57 bool relatedCheck(const Value *A, const Value *B, const DataLayout &DL);
921 bool relatedCheck(const Value *A, const Value *B);1025 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B) { in relatedCheck() function in ProvenanceAnalysis1087 bool Result = relatedCheck(A, B); in related()