Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1459 unsigned FCmpCodeR = getFCmpCode(PredR); in foldLogicOfFCmps() local
1460 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps()