Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9693 const bool OutOpIsIntOrFP = in patchMatchingInput() local
9697 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || (MatchRC.second != InputRC.second)) { in patchMatchingInput()
H A DTargetLowering.cpp6069 const bool OutOpIsIntOrFP = OpInfo.ConstraintVT.isInteger() || in ParseConstraints() local
6073 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || in ParseConstraints()