Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1210 static Value *stripSignOnlyFPOps(Value *Val) { in stripSignOnlyFPOps() function
1307 if (IsAnd && stripSignOnlyFPOps(LHS0) == stripSignOnlyFPOps(RHS0)) { in foldLogicOfFCmps()