Home
last modified time | relevance | path

Searched refs:AllowNonDeterministic (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h80 bool AllowNonDeterministic = true);
106 bool AllowNonDeterministic = true);
202 bool AllowNonDeterministic = true);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp979 bool AllowNonDeterministic) { in ConstantFoldInstOperandsImpl() argument
999 AllowNonDeterministic); in ConstantFoldInstOperandsImpl()
1039 AllowNonDeterministic); in ConstantFoldInstOperandsImpl()
1170 bool AllowNonDeterministic) { in ConstantFoldInstOperands() argument
1172 AllowNonDeterministic); in ConstantFoldInstOperands()
1346 bool AllowNonDeterministic) { in ConstantFoldFPInstOperands() argument
1359 if (!AllowNonDeterministic) in ConstantFoldFPInstOperands()
1376 if (!AllowNonDeterministic && C->isNaN()) in ConstantFoldFPInstOperands()
3464 bool AllowNonDeterministic) { in ConstantFoldCall() argument
3483 if (!AllowNonDeterministic && Ty->isFPOrFPVectorTy()) in ConstantFoldCall()