Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1338 static Value *stripSignOnlyFPOps(Value *Val) { in stripSignOnlyFPOps() function
1435 if (IsAnd && stripSignOnlyFPOps(LHS0) == stripSignOnlyFPOps(RHS0)) { in foldLogicOfFCmps()