Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h82 const TargetLibraryInfo *TLI = nullptr, bool AllowNonDeterministic = true);
109 bool AllowNonDeterministic = true);
210 bool AllowNonDeterministic = true);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1002 bool AllowNonDeterministic) { in ConstantFoldInstOperandsImpl() argument
1022 AllowNonDeterministic); in ConstantFoldInstOperandsImpl()
1062 AllowNonDeterministic); in ConstantFoldInstOperandsImpl()
1194 bool AllowNonDeterministic) { in ConstantFoldInstOperands() argument
1196 AllowNonDeterministic); in ConstantFoldInstOperands()
1440 bool AllowNonDeterministic) { in ConstantFoldFPInstOperands() argument
1453 if (!AllowNonDeterministic) in ConstantFoldFPInstOperands()
1470 if (!AllowNonDeterministic && C->isNaN()) in ConstantFoldFPInstOperands()
4041 bool AllowNonDeterministic) { in ConstantFoldCall() argument
4060 if (!AllowNonDeterministic && Ty->isFPOrFPVectorTy()) in ConstantFoldCall()